Browse Source

storage-node: cleanup tests

Mokhtar Naamani 4 years ago
parent
commit
cda0f4040f

+ 0 - 1
storage-node/packages/runtime-api/test/assets.js

@@ -47,6 +47,5 @@ describe('Assets', () => {
   it('can accept content');
   it('can reject content');
   it('can create a storage relationship for content');
-  it('can create a storage relationship for content and return it');
   it('can toggle a storage relatsionship to ready state');
 });

+ 0 - 3
storage-node/packages/runtime-api/test/balances.js

@@ -49,7 +49,4 @@ describe('Balances', () => {
     // >= 0 comparison works
     expect(fee.cmpn(0)).to.be.at.least(0);
   });
-
-  // TODO implemtable only with accounts with balance
-  it('can transfer funds');
 });

+ 0 - 0
storage-node/packages/storage/test/template/bar


+ 0 - 0
storage-node/packages/storage/test/template/foo/baz


+ 0 - 1
storage-node/packages/storage/test/template/quux

@@ -1 +0,0 @@
-foo/baz