From 0782e8e8372debdb349d01b450b14b76d4fa1948 Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Mon, 18 Aug 2014 09:31:24 +1000 Subject: [PATCH] tests: fixes test description typos --- test/wallet.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/wallet.js b/test/wallet.js index c08ae2f..fe47a9d 100644 --- a/test/wallet.js +++ b/test/wallet.js @@ -241,7 +241,7 @@ describe('Wallet', function() { wallet = new Wallet(seed, networks.bitcoin, [utxo]) }) - it('parses wallet outputs to the expect format', function(){ + it('parses wallet outputs to the expected format', function(){ assert.deepEqual(wallet.getUnspentOutputs(), [utxo]) }) @@ -626,7 +626,7 @@ describe('Wallet', function() { Transaction.prototype.sign.restore() }) - it('signes the inputs with respective keys', function(){ + it('signs the inputs with respective keys', function(){ var fee = 30000 sinon.stub(Transaction.prototype, "sign")