Skip to content

Commit

Permalink
test: refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
pcheremu committed Sep 27, 2023
1 parent d55d0e1 commit e37a820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/tests/components/transactions/Table.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { useContextMock, useTransactionsMock } from "../../mocks";
import Table from "@/components/transactions/Table.vue";

import enUS from "@/locales/en.json";
import elements from "tests/e2e/testId.json";
import elements from "tests/testId.json";

import type { AbiFragment } from "@/composables/useAddress";
import type { TransactionListItem } from "@/composables/useTransactions";
Expand Down

0 comments on commit e37a820

Please sign in to comment.