Skip to content

Commit 4a51a26

Browse files
committed
fix
1 parent 9cf28d3 commit 4a51a26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/tests/provider/eip-6963.spec.js renamed to test/e2e/provider/eip-6963.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
const { strict: assert } = require('assert');
2-
const FixtureBuilder = require('../../fixture-builder');
2+
const FixtureBuilder = require('../fixture-builder');
33
const {
44
defaultGanacheOptions,
55
withFixtures,
66
openDapp,
77
unlockWallet,
8-
} = require('../../helpers');
8+
} = require('../helpers');
99

1010
// https://github.com/thenativeweb/uuidv4/blob/bdcf3a3138bef4fb7c51f389a170666f9012c478/lib/uuidv4.ts#L5
1111
const UUID_V4_REGEX =

0 commit comments

Comments
 (0)