PatrickAlphaC / defi-stake-yield-brownie

77 stars 55 forks source link

Add test_token_is_allowed() #2

Closed Sevamove closed 2 years ago

Sevamove commented 2 years ago

Add test_token_is_allowed() in order to test the function tokenIsAllowed() from contracts/TokenFarm.sol

PatrickAlphaC commented 2 years ago

This is a good PR! Thanks!

We just need to make that function a view function to return a bool.

Sevamove commented 2 years ago

Thanks for letting me know how to improve this PR! #3

PatrickAlphaC commented 2 years ago

Thanks for this PR!!