Skip to content

Commit

Permalink
fix contract test
Browse files Browse the repository at this point in the history
  • Loading branch information
mfornos committed Jun 14, 2024
1 parent 1601531 commit 3501067
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/pallets/contracts/src/operators/contracts.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { Abi } from '@polkadot/api-contract'

import { from } from 'rxjs'

import { mongoFilter, types } from '@sodazone/ocelloids-sdk'
import { mingo, mongoFilter, types } from '@sodazone/ocelloids-sdk'

import { contracts } from '../converters/contracts.js'
import { ContractMessageWithTx } from '../types/interfaces.js'
Expand Down Expand Up @@ -59,6 +59,7 @@ describe('Wasm contracts operator', () => {
let testAbi: Abi

beforeAll(() => {
mingo.installOperators()
testAbi = new Abi(testContractMetadata)
})

Expand Down

0 comments on commit 3501067

Please sign in to comment.