This commit is contained in:
Ivan Socolsky 2014-08-28 11:04:45 -03:00
commit ea394de56a

View file

@ -65,7 +65,7 @@ describe('TxProposals', function() {
txps.getNtxids().should.deep.equal(['a','b']);
});
});
describe.only('#deleteOne', function() {
describe('#deleteOne', function() {
it('should delete specified ntxid', function() {
var txps = new TxProposals();
txps.txps = {a:1, b:2};