Skip to content

Commit

Permalink
- fix test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackBear2003 committed Oct 25, 2023
1 parent 36f0d75 commit 37c1458
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public void testFindAllAuditLogsByOpNameAndTime() throws Exception {
final String opName = "query-op-name";
final Date startDate = new Date(2023, Calendar.OCTOBER, 15);
final Date endDate = new Date(2023, Calendar.OCTOBER, 16);
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss.S");

{
List<ApolloAuditLogDTO> mockLogDTOList = MockBeanFactory.mockAuditLogDTOListByLength(size);
Expand Down

0 comments on commit 37c1458

Please sign in to comment.