Skip to content

Commit 3d8369b

Browse files
authored
Merge pull request #306 from Umplify/codex/update-readme.md-for-async-scopes
docs: fix async scope method signature
2 parents 212f4c9 + 5c3910d commit 3d8369b

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)