difftreelog
Merge pull request #79 from usetech-llc/feature/NFTPAR-256
in: master
Feature/nftpar 256
2 files changed
tests/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) => {
tests/src/setVariableOnChainSchema.test.tsdiffbeforeafterbothno changes