Skip to content

Commit 5c3910d

Browse files
committed
docs: fix async scope method signature
1 parent 96ff423 commit 5c3910d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public T GetService<T>(ITestOutputHelper testOutputHelper);
6363
To access async scopes simply call the following method in the abstract fixture class:
6464

6565
```csharp
66-
public AsyncServiceScope GetAsyncScope<T>(ITestOutputHelper testOutputHelper)
66+
public AsyncServiceScope GetAsyncScope(ITestOutputHelper testOutputHelper);
6767
```
6868

6969
### Accessing the keyed wired up services in .NET 9.0

0 commit comments

Comments
 (0)