Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dd9472 commit 584cd1bCopy full SHA for 584cd1b
test/test_modules.py
@@ -23,7 +23,7 @@ def dump(data, fname):
23
24
class Case(TestCase):
25
_MODULE = ""
26
- _NETS = ["MAIN", "GOERLI", "KOVAN", "RINKEBY", "ROPSTEN"]
+ _NETS = ["MAIN", "KOVAN", "RINKEBY", "ROPSTEN"]
27
28
def methods(self, net):
29
print(f"\nNET: {net}")
0 commit comments