Skip to content

Commit 4c2729c

Browse files
Merge branch 'refactor/cleanup-code' of github.com:TestStack/TestStack.BDDfy into refactor/additional-tests
2 parents 4bed99c + cf20486 commit 4c2729c

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)