From b5db2bd8590f75bbe844f578224cc3ac9985c785 Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Wed, 15 Apr 2015 12:56:55 -0300 Subject: [PATCH] try to fix travis again --- api/test/http.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 };