Explorar o código

Made builder tests run sequentially

flabbet hai 11 meses
pai
achega
51825d73ef

+ 1 - 0
tests/PixiEditor.Extensions.Tests/LayoutBuilderElementsTests.cs

@@ -3,6 +3,7 @@ using PixiEditor.Extensions.FlyUI.Elements;
 
 
 namespace PixiEditor.Extensions.Test;
 namespace PixiEditor.Extensions.Test;
 
 
+[Collection("LayoutBuilderTests")]
 public class LayoutBuilderElementsTests
 public class LayoutBuilderElementsTests
 {
 {
     [Fact]
     [Fact]

+ 1 - 0
tests/PixiEditor.Extensions.Tests/LayoutBuilderTests.cs

@@ -6,6 +6,7 @@ using Button = PixiEditor.Extensions.FlyUI.Elements.Button;
 
 
 namespace PixiEditor.Extensions.Test;
 namespace PixiEditor.Extensions.Test;
 
 
+[Collection("LayoutBuilderTests")]
 public class LayoutBuilderTests
 public class LayoutBuilderTests
 {
 {
     [Fact]
     [Fact]