difftreelog
fix(test) Can't cancel a non-owned scheduled operation
in: master
1 file changed
tests/src/.outdated/scheduler.test.tsdiffbeforeafterboth273273274 await waitNewBlocks(waitForBlocks);274 await waitNewBlocks(waitForBlocks);275275276 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});