Skip to content

Commit c96d1dc

Browse files
committed
fix (test) import path
1 parent c13cab0 commit c96d1dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fixtures/integration/example.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Config } from '@dequanto/config/Config';
22
import { HardhatProvider } from '@dequanto/hardhat/HardhatProvider';
3-
import { Foo } from '0xc/hardhat/Foo/Foo';
3+
import { Foo } from '@0xc/hardhat/Foo/Foo';
44

55
(async function () {
66

0 commit comments

Comments
 (0)