Skip to content

Commit

Permalink
tests: remove unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousens committed Dec 15, 2014
1 parent cadfe00 commit 85d89bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bip38.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ describe('bip38', function() {
fixtures.invalid.forEach(function(f) {
it('should throw ' + f.description, function() {
assert.throws(function() {
bip38.decrypt(f.bip38, f.passphrase, f.address)
bip38.decrypt(f.bip38, f.passphrase)
}, new RegExp(f.description, 'i'))
})
})
Expand Down

0 comments on commit 85d89bd

Please sign in to comment.