We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42e4c76 commit 7f3b888Copy full SHA for 7f3b888
src/Playwright.NUnit/WorkerAwareTest.cs
@@ -37,7 +37,7 @@ namespace Microsoft.Playwright.NUnit;
37
public class WorkerAwareTest
38
{
39
private static readonly ConcurrentStack<Worker> _allWorkers = new();
40
- private Worker? _currentWorker = null!;
+ private Worker _currentWorker = null!;
41
42
internal class Worker
43
0 commit comments