Skip to content

Commit

Permalink
Adjust tests to MySqlConnector 1.4.0-beta.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
lauxjpn committed Oct 4, 2021
1 parent c9d06a5 commit 3568c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/EFCore.MySql.FunctionalTests/TwoDatabasesMySqlTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ protected override DbContextOptionsBuilder CreateTestOptions(
protected override TwoDatabasesWithDataContext CreateBackingContext(string databaseName)
=> new TwoDatabasesWithDataContext(Fixture.CreateOptions(MySqlTestStore.Create(databaseName)));

protected override string DummyConnectionString { get; } = "Server=localhost;Database=DoesNotExist;AllowUserVariables=True;Use Affected Rows=False";
protected override string DummyConnectionString { get; } = "Server=localhost;Database=DoesNotExist;Allow User Variables=True;Use Affected Rows=False";
}
}

0 comments on commit 3568c5b

Please sign in to comment.