iqlabsorg / iq-smart-contracts

14 stars 5 forks source link

Trying to run the code by yarn test and getting error #14

Open shanu12joshi opened 2 years ago

shanu12joshi commented 2 years ago

Have been trying to run the code but getting this error: Integration RentalToken 1) "before each" hook for "should successfully upgrade"

Anyway, how can I fix this? Want to use IQ protocol in our gamefi project, looking for possible collabration.

cheelahim commented 2 years ago

Hi @shanu12joshi. Thanks for reporting this. There are some issues with integration test part of the suite, which are used for testing internal migration workflows. They are not critical for you anyway. For the time being, my suggestion would be to run unit tests only: yarn test:unit

Also, if you plan to use the protocol for GameFi project and you're looking NFT renting functionality, you should check the NFT renting protocol repository.