Skip to content

Commit 96f0753

Browse files
committed
fix: undo footgun damage
1 parent df6a4ad commit 96f0753

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/QueryableValues.SqlServer.Tests/Integration/MyDbContext.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ internal static class DatabaseName
1414
public const string Name = "QueryableValuesTestsEFCore6";
1515
#elif EFCORE7
1616
public const string Name = "QueryableValuesTestsEFCore7";
17-
#elif EFCORE8
18-
public const string Name = "QueryableValuesTestsEFCore8";
1917
#elif EFCORE9
2018
public const string Name = "QueryableValuesTestsEFCore9";
2119
#elif EFCORE10
2220
public const string Name = "QueryableValuesTestsEFCore10";
21+
#elif EFCORE8
22+
public const string Name = "QueryableValuesTestsEFCore8";
2323
#endif
2424
}
2525

0 commit comments

Comments
 (0)