git.delta.rocks / unique-network / refs/commits / 05ae8ba1727c

difftreelog

fix tests: scheduller disabled

Igor Kozyrev2021-11-24parent: #431586d.patch.diff
in: master

2 files changed

modifiedtests/src/pallet-presence.test.tsdiffbeforeafterboth
38 'unique',38 'unique',
39 'nonfungible',39 'nonfungible',
40 'refungible',40 'refungible',
41 'scheduler',41 //'scheduler',
42 'charging',42 'charging',
43];43];
4444
modifiedtests/src/scheduler.test.tsdiffbeforeafterboth
1717
18chai.use(chaiAsPromised);18chai.use(chaiAsPromised);
1919
20describe('Integration Test scheduler base transaction', () => {20describe.skip('Integration Test scheduler base transaction', () => {
21 it('User can transfer owned token with delay (scheduler)', async () => {21 it('User can transfer owned token with delay (scheduler)', async () => {
22 await usingApi(async () => {22 await usingApi(async () => {
23 const alice = privateKey('//Alice');23 const alice = privateKey('//Alice');