owlprotocol / contracts

MIT License
3 stars 4 forks source link

`Rent.sol` tests #250

Closed HrikB closed 2 years ago

HrikB commented 2 years ago

After refactoring RentableERC721Owl to ERC721OwlExpiring.sol, the rent tests no longer function properly

HrikB commented 2 years ago

/cib

github-actions[bot] commented 2 years ago

Branch issue-250 created! Clone with: git fetch && git checkout --track origin/issue-250 Rebase develop branch changes with: git checkout issue-250 && git rebase develop