diff --git a/api/test/http.js b/api/test/http.js index 1ecb38b2..2bcac25c 100644 --- a/api/test/http.js +++ b/api/test/http.js @@ -12,7 +12,7 @@ describe('BitcoreHTTP', function() { // mocks var opts = { BitcoreNode: { - LevelUp: './test-db' + database: {} }, port: 1234 };