Skip to content

Commit

Permalink
test: add sepolia to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fubuloubu authored Nov 1, 2023
1 parent f3de870 commit fdfb44b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
│ └── geth (default)
├── goerli
│ └── geth (default)
├── sepolia
│ └── geth (default)
└── local (default)
└── test (default)
""".strip()
Expand Down Expand Up @@ -48,6 +50,7 @@ def test_networks(runner, cli, arbitrum):
# Do this in case local env changed it.
arbitrum.mainnet.set_default_provider("geth")
arbitrum.goerli.set_default_provider("geth")
arbitrum.sepolia.set_default_provider("geth")

result = runner.invoke(cli, ["networks", "list"])
assert_rich_text(result.output, EXPECTED_OUTPUT)

0 comments on commit fdfb44b

Please sign in to comment.