Skip to content

Commit

Permalink
fix: flaky transaction test (#820)
Browse files Browse the repository at this point in the history
  • Loading branch information
patricio0312rev authored Nov 15, 2024
1 parent 4cafd08 commit db7f0f3
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 db7f0f3

Please sign in to comment.