Skip to content

Commit

Permalink
test: update path for LSP8Mintable TS types
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ42 committed Feb 6, 2024
1 parent ba2b583 commit 38232c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/LSP8IdentifiableDigitalAsset/LSP8Mintable.behaviour.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ import { SignerWithAddress } from '@nomiclabs/hardhat-ethers/signers';
import { ethers } from 'hardhat';
import { expect } from 'chai';
import {
LSP8Mintable,
LSP8TransferOwnerChange,
UniversalProfile,
LSP6KeyManager,
UniversalReceiverDelegateTokenReentrant__factory,
} from '../../types';

import { LSP8Mintable } from 'lsp8/types';

import { setupProfileWithKeyManagerWithURD } from '../utils/fixtures';

import { PERMISSIONS, ERC725YDataKeys, OPERATION_TYPES, CALLTYPE } from '../../constants';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { ethers } from 'hardhat';
import { expect } from 'chai';
import { LSP8MintableInit, LSP8MintableInit__factory } from '../../../types';
import { LSP8MintableInit, LSP8MintableInit__factory } from 'lsp8/types';

import { shouldInitializeLikeLSP8 } from '../LSP8IdentifiableDigitalAsset.behaviour';
import {
Expand Down

0 comments on commit 38232c7

Please sign in to comment.