Skip to content

Commit

Permalink
Update unit test
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Kwok <[email protected]>
  • Loading branch information
andy-k-improving committed Nov 27, 2024
1 parent 27af958 commit 3d805cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ public void testIncorrectFormat() {
String dateFormat = "date_optional_time";
String originalDateValue = "1581724085";
// Invalid format for date value; should return original value
String expectedDateValue = "1581724085";
String expectedDateValue = "2020-02-14 23:48:05.000";

verifyFormatting(columnName, dateFormat, originalDateValue, expectedDateValue);
}
Expand Down

0 comments on commit 3d805cb

Please sign in to comment.