Skip to content

Commit

Permalink
fix dates
Browse files Browse the repository at this point in the history
  • Loading branch information
yctercero committed Jun 3, 2020
1 parent f0aeda8 commit b19237f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ describe('ExceptionDetails', () => {

expect(wrapper.find('EuiDescriptionListTitle').at(1).text()).toEqual('Date created');
expect(wrapper.find('EuiDescriptionListDescription').at(1).text()).toEqual(
'April 22nd 2020 @ 20:19:13'
'April 23rd 2020 @ 00:19:13'
);
});

Expand Down

0 comments on commit b19237f

Please sign in to comment.