Skip to content

Commit eb19d83

Browse files
committed
Fixed test collection
1 parent 994ced5 commit eb19d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DotNext.Tests/Runtime/CompilerServices/SpawningAsyncTaskMethodBuilderTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace DotNext.Runtime.CompilerServices;
44

5-
[Collection("tst")]
5+
[Collection(TestCollections.AsyncPrimitives)]
66
public sealed class SpawningAsyncTaskMethodBuilderTests : Test
77
{
88
[Fact]

0 commit comments

Comments
 (0)