Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix test
  • Loading branch information
jxnu-liguobin committed Dec 16, 2023
commit 512825812a9c6481cacd3acee1f48879df533bca
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