Closed Sevamove closed 2 years ago
Add test_token_is_allowed() in order to test the function tokenIsAllowed() from contracts/TokenFarm.sol
test_token_is_allowed()
tokenIsAllowed()
contracts/TokenFarm.sol
This is a good PR! Thanks!
We just need to make that function a view function to return a bool.
Thanks for letting me know how to improve this PR! #3
Thanks for this PR!!
Add
test_token_is_allowed()
in order to test the functiontokenIsAllowed()
fromcontracts/TokenFarm.sol