Skip to content

Commit

Permalink
fix wasm module path in JS tests;
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat committed Jul 20, 2020
1 parent 1ae8c1f commit 88a92c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/ergo-wallet-lib-wasm/tests/test_transaction.js
Expand Up @@ -3,7 +3,7 @@ import { expect } from 'chai';
import {
Address, Wallet, UnspentBoxes, TxDataInputs, ErgoBoxCandidate, Contract,
TxOutputCandidates, ErgoStateContext
} from '../pkg/ergo_wallet_wasm';
} from '../pkg/ergo_wallet_lib_wasm';

it('new signed transaction', async () => {

Expand Down

0 comments on commit 88a92c7

Please sign in to comment.