Skip to content

Commit cf20486

Browse files
fix warning on async test runner
1 parent e3b0e53 commit cf20486

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/TestStack.BDDfy/Processors/AsyncTestRunner.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace TestStack.BDDfy.Processors
77
{
88
public static class AsyncTestRunner
99
{
10-
public static void Run(Func<object> performStep)
10+
public static void Run(Func<object?> performStep)
1111
{
1212
var oldSyncContext = SynchronizationContext.Current;
1313
try

0 commit comments

Comments
 (0)