From ebfd9189cda91f386c796a9ee3868f71635000b0 Mon Sep 17 00:00:00 2001 From: Overtorment Date: Sat, 18 Nov 2017 15:57:21 +0200 Subject: [PATCH] TST --- tests/acceptance/api.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/acceptance/api.js b/tests/acceptance/api.js index 2494743..8a5fc56 100644 --- a/tests/acceptance/api.js +++ b/tests/acceptance/api.js @@ -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) })