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
rename test
  • Loading branch information
tpoll committed Aug 19, 2022
commit 63556e44ab644e769096bf1d34eefeb53b1437c6
Original file line number Diff line number Diff line change
Expand Up @@ -5244,7 +5244,7 @@ public void testNamedWindowDefinitionIssue1581_2() throws JSQLParserException {
}

@Test
public void testTimestampzzDateTimeLiteral() throws JSQLParserException {
public void testTimestamptzDateTimeLiteral() throws JSQLParserException {
assertSqlCanBeParsedAndDeparsed("SELECT * FROM table WHERE x >= TIMESTAMPTZ '2021-07-05 00:00:00+00'");
}
}