Skip to content

Commit

Permalink
tests: fix reentrancy tests
Browse files Browse the repository at this point in the history
  • Loading branch information
skimaharvey committed Feb 12, 2024
1 parent c8aff09 commit 2656607
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/Reentrancy/Reentrancy.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { BigNumber } from 'ethers';
import { ethers } from 'hardhat';

import { UniversalProfile__factory, LSP6KeyManager__factory } from '../../types';
import { UniversalProfile__factory } from 'universalprofile/types';
import { LSP6KeyManager__factory } from 'lsp6/types';

import { LSP6TestContext } from '../utils/context';

Expand Down
3 changes: 2 additions & 1 deletion tests/Reentrancy/ReentrancyInit.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { BigNumber } from 'ethers';
import { ethers } from 'hardhat';

import { UniversalProfileInit__factory, LSP6KeyManagerInit__factory } from '../../types';
import { UniversalProfileInit__factory } from 'universalprofile/types';
import { LSP6KeyManagerInit__factory } from 'lsp6/types';

import { deployProxy } from '../utils/fixtures';
import { LSP6TestContext } from '../utils/context';
Expand Down

0 comments on commit 2656607

Please sign in to comment.