Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadkitenge committed Aug 9, 2023
1 parent 8c73cee commit fecafa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/session/sessionDrawer.component.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ describe('session Drawer', () => {
});

expect(onChangeSelectedSessionTimestamp).toHaveBeenCalledWith(
'2023-06-29T10:30:00Z',
'2023-06-29T10:30:00',
true
);
expect(refetchSessionsData).toHaveBeenCalledWith('1');
Expand Down

0 comments on commit fecafa0

Please sign in to comment.