Skip to content

Commit

Permalink
test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vsubhuman committed Feb 8, 2023
1 parent 940dd44 commit d736e65
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -493,8 +493,8 @@ describe('Create unsigned TX from UTXO', () => {
// it will take only one of the utxos because it covers the required token and the fee
expect(unsignedTxResponse.senderUtxos).toEqual([utxos[4], utxos[2]]);
expect(unsignedTxResponse.txBuilder.get_explicit_input().coin().to_str()).toEqual('12000002');
expect(unsignedTxResponse.txBuilder.get_explicit_output().coin().to_str()).toEqual('11998056');
expect(unsignedTxResponse.txBuilder.min_fee().to_str()).toEqual('1946');
expect(unsignedTxResponse.txBuilder.get_explicit_output().coin().to_str()).toEqual('11998058');
expect(unsignedTxResponse.txBuilder.min_fee().to_str()).toEqual('1944');

const assetInfo = identifierToCardanoAsset(testAssetId);
expect(unsignedTxResponse.txBuilder.get_explicit_input().multiasset()
Expand Down

0 comments on commit d736e65

Please sign in to comment.