Skip to content

Commit

Permalink
ON-787: remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lima committed Apr 9, 2024
1 parent df96201 commit 5e4cf75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/OriumMarketplace.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { randomBytes } from 'crypto'
import { USER_ROLE } from '../utils/roles'
import { hashDirectRental } from '../utils/hash'
import { IERC7432, MockERC20, MockERC721, OriumMarketplace } from '../typechain-types'
import { equal } from 'assert'

describe('OriumMarketplace', () => {
let marketplace: OriumMarketplace
Expand Down

0 comments on commit 5e4cf75

Please sign in to comment.