Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
canonbrother committed Nov 28, 2023
1 parent 3c083f3 commit 200741d
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { MasterNodeRegTestContainer } from '@defichain/testcontainers'
import { Testing } from '@defichain/jellyfish-testing'
import { RpcApiError } from '@defichain/jellyfish-api-core/dist/index'
import { ContainerAdapterClient } from '../../container_adapter_client'
import { TransferDomainType } from '../../../src/category/account'
import { TransferDomainType, TransferDomainOptionalInfo } from '../../../src/category/account'
import BigNumber from 'bignumber.js'

describe('EVMTX', () => {
Expand Down Expand Up @@ -69,7 +69,8 @@ describe('EVMTX', () => {
address: ethAddress,
amount: `${amount.HUNDRED}@DFI`,
domain: TransferDomainType.EVM
}
},
singlekeycheck: false as unknown as TransferDomainOptionalInfo
}
]
await container.call('transferdomain', [dvmToEvmTransfer])
Expand Down

0 comments on commit 200741d

Please sign in to comment.