Skip to content

Commit

Permalink
move location
Browse files Browse the repository at this point in the history
  • Loading branch information
seaona committed Dec 12, 2024
1 parent 27f0e5c commit d0cdea8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Suite } from 'mocha';
import { defaultGanacheOptions, withFixtures } from '../helpers';
import { Driver } from '../webdriver/driver';
import FixtureBuilder from '../fixture-builder';
import { defaultGanacheOptions, withFixtures } from '../../helpers';
import { Driver } from '../../webdriver/driver';
import FixtureBuilder from '../../fixture-builder';

// This spec is created just for the purposes of testing the merge queue
// We are doing a live request, and once the PR is in the merge queue,
Expand Down

0 comments on commit d0cdea8

Please sign in to comment.