Skip to content

Commit 733245d

Browse files
committed
Fix tests
1 parent a63627e commit 733245d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Dommel.IntegrationTests/Infrastructure/DatabaseFixture.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public DatabaseFixtureBase()
1818
{
1919
// Extract the database drivers from the test data
2020
_databases = Drivers
21-
.OfType<DatabaseDriver>()
21+
.Cast<DatabaseDriver>()
2222
.ToArray();
2323

2424
if (_databases.Length == 0)

0 commit comments

Comments
 (0)