File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -128,11 +128,9 @@ def test_current_development_version() -> None:
128128 assert contracts_precompiled_path ().exists ()
129129
130130 # deployment files exist
131- assert contracts_deployed_path (CHAINNAME_TO_ID ["rinkeby" ]).exists ()
132- assert contracts_deployed_path (CHAINNAME_TO_ID ["ropsten" ]).exists ()
131+ assert contracts_deployed_path (CHAINNAME_TO_ID ["goerli" ]).exists ()
133132 # deployment files for service contracts also exist
134- assert contracts_deployed_path (CHAINNAME_TO_ID ["rinkeby" ], services = True ).exists ()
135- assert contracts_deployed_path (CHAINNAME_TO_ID ["ropsten" ], services = True ).exists ()
133+ assert contracts_deployed_path (CHAINNAME_TO_ID ["goerli" ], services = True ).exists ()
136134
137135
138136def test_red_eyes_version () -> None :
You can’t perform that action at this time.
0 commit comments