Skip to content
This repository has been archived by the owner on Jan 14, 2018. It is now read-only.

Commit

Permalink
Fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
enriquez committed Jul 22, 2014
1 parent 9b9d9f4 commit 9441c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/WalletSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 9441c61

Please sign in to comment.