Skip to content

Commit 994fb07

Browse files
authored
feat: fix the CI error (#3)
1 parent 46b5fd1 commit 994fb07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/org/casbin/adapter/MybatisPlusAdapterTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
public class MybatisPlusAdapterTest {
1414
private static final String DRIVER = "com.mysql.cj.jdbc.Driver";
1515
private static final String URL = "jdbc:mysql://localhost:3306/";
16-
private static final String USERNAME = "root";
17-
private static final String PASSWORD = "123456";
16+
private static final String USERNAME = "casbin_test";
17+
private static final String PASSWORD = "TEST_casbin";
1818

1919
static void testEnforce(Enforcer e, String sub, Object obj, String act, boolean res) {
2020
assertEquals(res, e.enforce(sub, obj, act));

0 commit comments

Comments
 (0)