Skip to content

Commit a7e64c1

Browse files
committed
Update DBConnectionTest.java
1 parent 1578598 commit a7e64c1

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
@@ -6154,7 +6154,7 @@ public void Test_DBConnection_run_script_exception() throws Exception {
61546154
}catch(Exception e){
61556155
re = e.getMessage();
61566156
}
6157-
assertEquals(true, re.contains("String cannot be added to a vector that is not of string type. script: \"aa\"+[1]"));
6157+
assertEquals(true, re.contains("String cannot be added to a vector that is not of string type"));
61586158
}
61596159
@Test
61606160
public void Test_DBConnection_run_function_exception() throws IOException, InterruptedException {

0 commit comments

Comments
 (0)