smartcontractkit / full-blockchain-solidity-course-py

Ultimate Solidity, Blockchain, and Smart Contract - Beginner to Expert Full Course | Python Edition
MIT License
10.76k stars 2.9k forks source link

Lesson 6: test_only_owner_can_withdraw() keeps skipping #1580

Closed ghost closed 2 years ago

ghost commented 2 years ago

Here is the test function. image

This test function keeps getting skipped by when doing brownie test -k test_only_owner_can_withdraw image

ghost commented 2 years ago

Nevermind. Just saw that I forgot the parenthesis. It should have been network.show_active().