diff --git a/test/NftRentalMarketplace.test.ts b/test/NftRentalMarketplace.test.ts index d0bdccb..2cd87ae 100644 --- a/test/NftRentalMarketplace.test.ts +++ b/test/NftRentalMarketplace.test.ts @@ -398,7 +398,7 @@ describe('NftRentalMarketplace', () => { 'RentalStarted', ) }) - it('Should DEADLINE UPDATED', async () => { + it('Should Accept a rental offer and update roleDeadLine if expiration date is greater than storage info.', async () => { await time.increase(ONE_DAY) rentalOffer.minDuration = duration / 2 rentalOffer.nonce = `0x${randomBytes(32).toString('hex')}`