We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e78a81d commit 62b2548Copy full SHA for 62b2548
src/EFCore.Ydb/test/EntityFrameworkCore.Ydb.FunctionalTests/TestUtilities/YdbTestStoreFactory.cs
@@ -7,7 +7,7 @@ namespace EntityFrameworkCore.Ydb.FunctionalTests.TestUtilities;
7
public class YdbTestStoreFactory(string? additionalSql = null) : RelationalTestStoreFactory
8
{
9
public static YdbTestStoreFactory Instance { get; } = new();
10
-
+
11
private readonly string? _scriptPath = null;
12
13
public bool UseYdbExecutionStrategy { get; set; } = true;
0 commit comments