Skip to content

Commit 8a75aa7

Browse files
style: appease PMD/Codacy
1 parent 6e7a78d commit 8a75aa7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/net/sf/jsqlparser/statement/update/UpdateTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ public void testUpdateSetsIssue1590() throws JSQLParserException {
344344
@Test
345345
void testIssue() throws JSQLParserException {
346346
String sqlStr = "SELECT listes[(SELECT cardinality(listes))]";
347-
Statement select = assertSqlCanBeParsedAndDeparsed(sqlStr, true);
347+
assertSqlCanBeParsedAndDeparsed(sqlStr, true);
348348

349349
sqlStr = "update utilisateur set listes[0] = 1";
350350
assertSqlCanBeParsedAndDeparsed(sqlStr, true);

0 commit comments

Comments
 (0)