diff --git a/test/integration/server.js b/test/integration/server.js index 74d4e69..1f3e88a 100644 --- a/test/integration/server.js +++ b/test/integration/server.js @@ -1720,7 +1720,7 @@ describe('Wallet service', function() { }); }); - describe.only('#getMainAddresses', function() { + describe('#getMainAddresses', function() { var server, wallet; beforeEach(function(done) {