Tests
This commit is contained in:
parent
a07ffee068
commit
ea394de56a
1 changed files with 1 additions and 1 deletions
|
|
@ -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};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue