Skip to content

Commit

Permalink
Merge branch 'develop' into refactor/tx-filter-hover-styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsANameToo authored Nov 15, 2024
2 parents 213acd1 + db7f0f3 commit f8b92cb
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ describe("TransactionSuccessful", () => {
it("should render", async () => {
const transaction = {
...TransactionFixture,
timestamp: () => ({
format: () => "2021-09-01 12:00",
unix: () => 1_630_497_600,
}),
wallet: () => wallet,
};

Expand Down

0 comments on commit f8b92cb

Please sign in to comment.