Skip to content

Commit 0c76753

Browse files
committed
Fix wrapper constructor in test
1 parent 5ef63fe commit 0c76753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/wrapper/htlc-wrapper-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ contract('HashedTimelockWrapper', accounts => {
2525

2626
it('newContract() and getContract() in wrapper should create new contract and store correct details', async () => {
2727
const hashPair = newSecretHashPair()
28-
const htlcWrapper = new HtlcWrapper(HashedTimelock, provider, null, false, null, null, null)
28+
const htlcWrapper = new HtlcWrapper(HashedTimelock, provider, null)
2929
const txReceipt = await htlcWrapper.newContract(
3030
receiver,
3131
hashPair.hash,

0 commit comments

Comments
 (0)