mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
This commit is contained in:
@@ -226,7 +226,9 @@ public class ScopeTests
|
||||
}));
|
||||
}
|
||||
|
||||
#pragma warning disable xUnit1031
|
||||
Task.WaitAll (tasks.ToArray ());
|
||||
#pragma warning restore xUnit1031
|
||||
|
||||
// Assert
|
||||
Assert.Equal (threadCount * itemsPerThread, scope.Count);
|
||||
|
||||
Reference in New Issue
Block a user