Skip to content

Commit

Permalink
[FLINK-36945] Tweak ITCase name to MySqlMultipleTablesRenamingITCase
Browse files Browse the repository at this point in the history
  • Loading branch information
yoheimuta committed Feb 7, 2025
1 parent 403c670 commit 4fb3b7d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@
* Integration tests for handling schema changes regard to renaming multiple tables within a single
* statement.
*/
public class MySqlRenameTablesSchemaFixITCase {
public class MySqlMultipleTablesRenamingITCase {
private static final Logger LOG =
LoggerFactory.getLogger(MySqlRenameTablesSchemaFixITCase.class);
LoggerFactory.getLogger(MySqlMultipleTablesRenamingITCase.class);
@RegisterExtension static MiniClusterExtension miniCluster = new MiniClusterExtension();

@SuppressWarnings("unchecked")
Expand Down

0 comments on commit 4fb3b7d

Please sign in to comment.