Skip to content

Commit ea3cd82

Browse files
committed
Update ImportProcessorTests.cs
1 parent 6bad178 commit ea3cd82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/FluentCommand.SqlServer.Tests/ImportProcessorTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace FluentCommand.SqlServer.Tests;
1313
public class ImportProcessorTests : ImportProcessor
1414
{
1515
public ImportProcessorTests()
16-
: base(null, new ServiceCollection().BuildServiceProvider())
16+
: base(null, new ServiceCollection().BuildServiceProvider().CreateScope() as IServiceScopeFactory)
1717
{
1818
}
1919

0 commit comments

Comments
 (0)