Fix tests

This commit is contained in:
Esteban Ordano 2014-09-02 18:43:40 -03:00
commit 61aea8db3d
2 changed files with 8 additions and 11 deletions

View file

@ -133,7 +133,7 @@ describe('TxProposal', function() {
builderObj: b.toObj(),
inputChainPaths: ['m/1'],
});
}).should.throw('Invalid');
}).should.throw('Invalid or Incompatible Backup Detected');
});