Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrasinskis committed Dec 7, 2023
1 parent dd49303 commit 400e7b7
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ describe("SnsActiveDisbursementEntry", () => {

const po = renderComponent(testActiveDisbursement);

expect(await po.getTimestamp()).toEqual("Sep 6, 2023 11:33 AM");
expect((await po.getTimestamp()).replace(" ", " ")).toEqual(
"Sep 6, 2023 11:33 AM"
);
});
});

0 comments on commit 400e7b7

Please sign in to comment.