Skip to content

Commit f503362

Browse files
committed
Update DBConnectionTest.java
1 parent d198c04 commit f503362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/com/xxdb/DBConnectionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5389,7 +5389,7 @@ public void Test_DBConnection_enableSCRAM_true() throws Exception {
53895389

53905390
@Test
53915391
public void Test_DBConnection_enableSCRAM_true_asynchronousTask_true() throws Exception {
5392-
PrepareUser_authMode("scramUser","123456","scram");
5392+
PrepareUser_authMode("test1","123456","scram");
53935393
DBConnection conn = new DBConnection(true, false,false,false,false,null,true);
53945394
String re = null;
53955395
try{

0 commit comments

Comments
 (0)