From 9441c61bb82cd8fa324f8786639977ad7b895088 Mon Sep 17 00:00:00 2001 From: Mike Enriquez Date: Mon, 21 Jul 2014 20:12:42 -0400 Subject: [PATCH] Fix spec --- spec/models/WalletSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/models/WalletSpec.js b/spec/models/WalletSpec.js index 492b0ef..8d59edc 100644 --- a/spec/models/WalletSpec.js +++ b/spec/models/WalletSpec.js @@ -2,7 +2,7 @@ describe("Wallet", function() { var wallet; beforeEach(function() { - wallet = new CoinPocketApp.Models.Wallet(); + wallet = new CoinPocketApp.Models.Wallet({ allowUnconfirmed: false }); }); describe("#balanceBTC", function() {