Skip to content

Commit

Permalink
fix: test description
Browse files Browse the repository at this point in the history
  • Loading branch information
EDUARDO MELO DE SIQUEIRA authored and EDUARDO MELO DE SIQUEIRA committed Jun 18, 2024
1 parent 79730b0 commit 2cd3cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/NftRentalMarketplace.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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')}`
Expand Down

0 comments on commit 2cd3cfa

Please sign in to comment.