Skip to content

Commit 6b1440a

Browse files
committed
Update test_current_development_version
We are using goerli to test and don't expect working ropsten and rinkeby (without rollup) deployments, anymore.
1 parent 00ba877 commit 6b1440a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

raiden_contracts/tests/test_contracts_compilation.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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

138136
def test_red_eyes_version() -> None:

0 commit comments

Comments
 (0)