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

difftreelog

fix(test) Can't cancel a non-owned scheduled operation

Daniel Shiposha2022-08-17parent: #f808c00.patch.diff
in: master

1 file changed

modifiedtests/src/.outdated/scheduler.test.tsdiffbeforeafterboth
273273
274 await waitNewBlocks(waitForBlocks);274 await waitNewBlocks(waitForBlocks);
275275
276 expect(await getTokenOwner(api, collectionId, tokenId)).to.be.deep.equal(normalizeAccountId(alice.address));276 expect(await getTokenOwner(api, collectionId, tokenId)).to.be.deep.equal(normalizeAccountId(bob.address));
277 });277 });
278 });278 });
279});279});