Browse Source

add test to getTxProposal

activeAddress
Matias Alejo Garcia 10 years ago
parent
commit
b9538e6486
  1. 2
      test/integration/clientApi.js

2
test/integration/clientApi.js

@ -170,7 +170,7 @@ describe('client API ', function() {
});
describe.only('#getTxProposals', function() {
describe('#getTxProposals', function() {
it('should return tx proposals and decrypt message', function(done) {
client.storage.fs.readFile = sinon.stub().yields(null, JSON.stringify(TestData.storage.complete22));
var request = sinon.mock().yields(null, {

Loading…
Cancel
Save