Skip to content

Commit 619514d

Browse files
committed
Addressed #243
1 parent 31881a3 commit 619514d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Abstracts/TestBedFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public IServiceProvider GetServiceProvider(ITestOutputHelper testOutputHelper)
4141
return scope.ServiceProvider.GetService<T>();
4242
}
4343

44-
public AsyncServiceScope GetAsyncScope<T>(ITestOutputHelper testOutputHelper)
44+
public AsyncServiceScope GetAsyncScope(ITestOutputHelper testOutputHelper)
4545
{
4646
var serviceProvider = GetServiceProvider(testOutputHelper);
4747
return serviceProvider.CreateAsyncScope();

0 commit comments

Comments
 (0)