Skip to content

Commit

Permalink
fix import on test
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ocean committed Nov 29, 2024
1 parent 60d0272 commit 8533904
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/unit/AssetUtils.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { assert } from 'chai'
import { KNOWN_CONFIDENTIAL_EVMS } from '../../src/config'
import { provider, getAddresses } from '../config'
import { calculateActiveTemplateIndex, useOasisSDK } from '../../src/utils'
import { calculateActiveTemplateIndex } from '../../src/utils/Adresses'
import { useOasisSDK } from '../../src/utils/Assets'
import { Signer } from 'ethers/lib/ethers'

let nftOwner: Signer
Expand Down

0 comments on commit 8533904

Please sign in to comment.