Closed will-holley closed 3 years ago
Test that lastTransferTimes is properly set using something like
lastTransferTimes
trx = await contract.buy(token, ...); expect(trx.block.timestamp).to.equal(lastTransferTimes[token])
https://github.com/721labs/partial-common-ownership/commit/e5bb8bf6d4f07774c7f51f952ec38df480f3d70f
Test that
lastTransferTimes
is properly set using something like