Skip to content

Commit

Permalink
style: resolve style guide violations
Browse files Browse the repository at this point in the history
  • Loading branch information
patricio0312rev authored and github-actions[bot] committed Nov 14, 2024
1 parent 1963220 commit 245d49d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ describe("TransactionSuccessful", () => {
it("should render", async () => {
const transaction = {
...TransactionFixture,
wallet: () => wallet,
timestamp: () => ({
unix: () => 1630497600,
format: () => "2021-09-01 12:00",
unix: () => 1_630_497_600,
}),
wallet: () => wallet,
};

vi.spyOn(transaction, "get").mockImplementation((attribute) =>
Expand Down

0 comments on commit 245d49d

Please sign in to comment.