2
0
Эх сурвалжийг харах

Made builder tests run sequentially

flabbet 11 сар өмнө
parent
commit
51825d73ef

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

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

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

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