git.delta.rocks / unique-network / refs/commits / f939f5dfe7bb

difftreelog

Merge pull request #79 from usetech-llc/feature/NFTPAR-256

Greg Zaitsev2021-02-01parents: #4622c7c #ea4869a.patch.diff
in: master
Feature/nftpar 256

2 files changed

modifiedtests/src/setConstOnChainSchema.test.tsdiffbeforeafterboth
--- a/tests/src/setConstOnChainSchema.test.ts
+++ b/tests/src/setConstOnChainSchema.test.ts
@@ -26,7 +26,7 @@
 
   });
 });
-describe.only('Integration Test ext. setConstOnChainSchema()', () => {
+describe('Integration Test ext. setConstOnChainSchema()', () => {
 
   it('Run extrinsic with parameters of the collection id, set the scheme', async () => {
       await usingApi(async (api) => {
@@ -50,7 +50,7 @@
   });
 });
 
-describe.only('Negative Integration Test ext. setConstOnChainSchema()', () => {
+describe('Negative Integration Test ext. setConstOnChainSchema()', () => {
 
   it('Set a non-existent collection', async () => {
     await usingApi(async (api) => {
addedtests/src/setVariableOnChainSchema.test.tsdiffbeforeafterboth

no changes