Skip to content

Commit

Permalink
fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cortisiko committed Jan 18, 2025
1 parent f442aec commit 38584be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/specs/accounts/change-account-name.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ describe(Regression('Change Account Name'), () => {
.build();
await startFixtureServer(fixtureServer);
await loadFixture(fixtureServer, { fixture });
await Utilities.launchApp({
await TestHelpers.launchApp({
ganacheOptions: defaultGanacheOptions,
launchArgs: { fixtureServerPort: `${getFixturesServerPort()}` },
});
Expand Down

0 comments on commit 38584be

Please sign in to comment.