Lottery unit test error #1204
Replies: 4 comments 5 replies
-
I assume your Raffle contract's name is Raffle.sol? If so:
|
Beta Was this translation helpful? Give feedback.
-
In Raffle deploy script you have |
Beta Was this translation helpful? Give feedback.
-
Write in Raffle.test.js |
Beta Was this translation helpful? Give feedback.
-
@NagoriMustakim These are the issue for now I am seeing - await deployments.fixture(["Raffle , mocks"]);
+ await deployments.fixture(["all"]); Your tag's names are different and no one was triggering the deploy script. You have all tag in the deploy script so just change to it.
Here make sure your contract name is |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am getting an error here I have tried all possible stuff can anybody help me
the error I am getting...
my unit test script
my deploy script
my mocks script
Beta Was this translation helpful? Give feedback.
All reactions