Skip to content

Commit 5b03339

Browse files
Copilotrenemadsen
andcommitted
Clean up comments based on code review feedback
Co-authored-by: renemadsen <[email protected]>
1 parent 03a9c10 commit 5b03339

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

test/EFCore.MySql.Tests/Query/MySqlCollationTest.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@ public MySqlCollationTest(MySqlCollationFixture fixture)
1313
{
1414
}
1515

16-
// TODO: 9.0
17-
// For some reason, this test does not throw on MariaDB 11.5 (Ubuntu/Windows) or MariaDB 11.4 Ubuntu (but throws on Windows).
18-
// MySQL 9.4+ also handles incompatible collations without throwing.
19-
// The test is supposed to throw on older versions.
16+
// MySQL 9.4+ and MariaDB 11.4+ handle incompatible collations without throwing exceptions.
17+
// This test verifies that older versions still throw as expected.
2018
[SupportedServerVersionLessThanCondition("11.4.0-mariadb")]
2119
[SupportedServerVersionLessThanCondition("9.4.0-mysql")]
2220
[ConditionalFact]

0 commit comments

Comments
 (0)