Test error :Invalid type for argument in function call. Invalid implicit conversion from contract YeildERC20 to contract MockUSDC requested #180
Unanswered
guyzilberblum
asked this question in
Q&A
Replies: 1 comment 4 replies
-
this is the wrong one
first mockUSDC, and then yeildERC20
handler = new Handler(handlerStatefulFuzzCatches,mockUSDC,yeildERC20, user);
this is the right one
first yeildERC20 and then mockUSDC
handler = new Handler(handlerStatefulFuzzCatches,yeildERC20,mockUSDC, user); |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
as shown in the title i had this error i solved it by changing the place of the varible
"""
"""
as you can see I just changed the order my quastion is why in patricks terminal at the youtube course it did not gave him this error although he wrote it like the first order
also i think that the order of these 2 may have an impact but im not really sure
like if one come first then at the above also the one needs to be first
"""
"""
Beta Was this translation helpful? Give feedback.
All reactions