We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4bed99c + cf20486 commit 4c2729cCopy full SHA for 4c2729c
1 file changed
src/TestStack.BDDfy/Processors/AsyncTestRunner.cs
@@ -7,7 +7,7 @@ namespace TestStack.BDDfy.Processors
7
{
8
public static class AsyncTestRunner
9
10
- public static void Run(Func<object> performStep)
+ public static void Run(Func<object?> performStep)
11
12
var oldSyncContext = SynchronizationContext.Current;
13
try
0 commit comments