Replies: 2 comments 2 replies
-
Have you saved Raffle.sol before test?
there is no "RequestRaffleWinner" emitted in the log above |
Beta Was this translation helpful? Give feedback.
1 reply
-
Looks like this doesn't apply to your case, but I also ran into this issue and figured this might help others looking for solving: What I had : event RequestedNewWinner(uint256 requestId); What was required : event RequestedNewWinner(uint256 indexed requestId); |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm coding along Patrick, those are the codes so far that i was coding along:
Raffle.sol:
HelperConfig.s.sol:
RaffleTest.t.sol:
And i encounter this FAIL:
This is the FAIL with -vvvvv:
Much help needed!
Beta Was this translation helpful? Give feedback.
All reactions