Skip to content

Commit dec98ca

Browse files
committed
removed "removed" project bewa
1 parent 4ce98e4 commit dec98ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/net/sf/jsqlparser/test/insert/InsertTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ public void testModifierPriority3() throws JSQLParserException {
239239
public void testIssue223() throws JSQLParserException {
240240
assertSqlCanBeParsedAndDeparsed("INSERT INTO user VALUES (2001, '\\'Clark\\'', 'Kent')");
241241
}
242-
242+
243243
@Test
244244
public void testKeywordPrecisionIssue363() throws JSQLParserException {
245245
assertSqlCanBeParsedAndDeparsed("INSERT INTO test (user_id, precision) VALUES (1, '111')");

0 commit comments

Comments
 (0)