PatrickAlphaC / hardhat-smartcontract-lottery-fcc

MIT License
117 stars 183 forks source link

WinnerPicked event is not getting emitted #183

Open Plycedes opened 11 months ago

Plycedes commented 11 months ago

It seems that in my code the WinnerPicked event is not getting called and I can't figure out why.

In staging tests the console only prints "Ok Time to wait" and then the promise goes into time out after 200000 ms

My repo link: https://github.com/Plycedes/the-one-piece--backend

Please help me out