Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
uiii committed Oct 24, 2023
1 parent 2c73be3 commit d6764d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/account.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Request } from "@playwright/test";

import { encodeAddress } from "../../src/utils/formatAddress";
import { encodeAddress } from "../../src/utils/address";
import { getNetwork } from "../../src/services/networksService";

import { clearCapturedPageEvents, waitForPageEvent } from "../utils/events";
Expand Down

0 comments on commit d6764d6

Please sign in to comment.