Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JNSimba committed Mar 6, 2024
1 parent c905c05 commit afd8aa2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
*/
public class MySQLDorisE2ECase extends DorisTestBase {
protected static final Logger LOG = LoggerFactory.getLogger(MySQLDorisE2ECase.class);
private static final String DATABASE = "test_mysql";
private static final String DATABASE = "test_e2e_mysql";
private static final String MYSQL_USER = "root";
private static final String MYSQL_PASSWD = "123456";
private static final String TABLE_1 = "tbl1";
Expand Down

0 comments on commit afd8aa2

Please sign in to comment.