Skip to content

Commit

Permalink
TST
Browse files Browse the repository at this point in the history
  • Loading branch information
Overtorment committed Nov 18, 2017
1 parent 1838b03 commit ebfd918
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/acceptance/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,7 @@ describe('acceptance - loading express', function () {
.expect(function (res) {
let json = JSON.parse(res.text)
should.exist(json)
json.should.be.an('object')
should.exist(json.btc_actual)
should.exist(json.btc_unconfirmed)
json.should.equal(0)
})
.expect(200, done)
})
Expand Down

0 comments on commit ebfd918

Please sign in to comment.