Replies: 5 comments 24 replies
-
Beta Was this translation helpful? Give feedback.
-
assert.equal(
winnerEndingBalance.toString(),
winnerStartingBalance.add(raffleEntranceFee).toString()
) |
Beta Was this translation helpful? Give feedback.
-
@DaurenNope Change the account to 0 from 2 when getting |
Beta Was this translation helpful? Give feedback.
-
Raffle Unit Tests 14 passing (6s) This is what I get running test on hardhat. The problem is running it on rinkeby. You know what I have just noticed that the contract doesn't do upkeep anymore. this is the address of the contract: 0x82C26402AAA022e1c9D9cc964a305EAD5F0E5682 I have tried to copy pretty much everything from the repo but still get the same error. |
Beta Was this translation helpful? Give feedback.
-
I got the same issue:
|
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.
-
Hey guys have an error :
ReferenceError: Cannot access 'winnerStartingBalance' before initialization
I have checked the repositories, discussion, subscriptionsID's etc.
Would love if you guys can help.
Thank you.
Checked VRF, Upkeep and Entering raffle.
All seems to be working.
If not that error I get :
Error: Timeout of 80000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/home/dauren/hardhat-smartcontract-lottery-fcc/test/staging/Raffle.staging.test.js)
Here is my staging test:
Beta Was this translation helpful? Give feedback.
All reactions