Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
abarnhard committed Aug 15, 2014
1 parent c364ee8 commit a03b37a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/gambler.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ describe('Gambler', function(){
Gambler.findById('000000000000000000000002', function(gambler){
gambler.assets = [];
gambler.sellAsset('Ring');
expect(gambler.cash).to.be.closeTo(1000, 0.1);
expect(gambler.cash).to.be.closeTo(10000, 0.1);
expect(gambler.assets).to.have.length(0);
done();
});
Expand Down

0 comments on commit a03b37a

Please sign in to comment.