Skip to content

Commit 566fd78

Browse files
Update ConcurrentConsumingTaskCollectionCoyoteTests.cs
1 parent 66bf798 commit 566fd78

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/WouterVanRanst.Utils.Tests/ConcurrentConsumingTaskCollectionCoyoteTests.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class TaskCompletionBufferCoyoteTests
1313
/// Tests concurrent addition of tasks and completion signaling to ensure
1414
/// all tasks are processed and no invalid operations occur.
1515
/// </summary>
16-
[Test]
16+
[Fact]
1717
public static async Task TestConcurrentAddAndCompleteAdding()
1818
{
1919
var configuration = Configuration.Create().WithTestingIterations(100);
@@ -37,6 +37,8 @@ public static async Task TestConcurrentAddAndCompleteAdding()
3737
}
3838
});
3939

40+
await producer;
41+
4042
// Signal completion concurrently
4143
var completer = Task.Run(() => buffer.CompleteAdding());
4244

0 commit comments

Comments
 (0)