Skip to content

Commit

Permalink
Updated the failing test with the new correct data
Browse files Browse the repository at this point in the history
  • Loading branch information
derkweijers committed Aug 5, 2020
1 parent e543d78 commit 5856961
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/__tests__/ResultCard.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ describe("ResultCard", () => {
const props = {
data: {
name: "$_TEST_NAME_$",
net: "$_TEST_NET_DATE_$",
net: "2020-08-05T02:00:00Z",
},
showDetails: jest.fn(),
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ exports[`ResultCard renders correctly 1`] = `
]
}
>
$_TEST_NET_DATE_$
8/5/2020, 4:00:00 AM
</Text>
</View>
`;

0 comments on commit 5856961

Please sign in to comment.