Shivanshu Gour
Results
1
issues of
Shivanshu Gour
I am trying to run test_lottery.py file but keep getting testcase failed due to type error. ```Python def test_get_entrance_fee(): account = accounts[0] lottery = Lottery.deploy( config["networks"][network.show_active()]["eth_usd_price_feed"], {"from": account}, ) ```...