Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thal0x committed Sep 22, 2023
1 parent f76117d commit d97539b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/fixtures.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { type BrowserContext, chromium, test as base } from "@playwright/test";

import { initialSetup } from "./commands/keplr";
import { prepareKeplr } from "./heplers";
import { prepareKeplr } from "./helpers";

export const test = base.extend<{ context: BrowserContext }>({
// eslint-disable-next-line no-empty-pattern
Expand Down
File renamed without changes.

0 comments on commit d97539b

Please sign in to comment.