Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnu-liguobin committed Dec 16, 2023
1 parent 6656298 commit 5128258
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5610,7 +5610,7 @@ public void testSelectStatementWithoutForUpdateAndSkipLockedTokens()

Select select = (Select) CCJSqlParserUtil.parse(sql);
PlainSelect plainSelect = (PlainSelect) select;
assertNotNull(plainSelect.getForMode());
assertNull(plainSelect.getForMode());
assertFalse(plainSelect.isSkipLocked());
}

Expand Down

0 comments on commit 5128258

Please sign in to comment.