Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito committed Apr 26, 2024
1 parent 8f4fb9e commit 747f128
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion tests/integration_tests/test_upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,4 @@ def test_cosmovisor_upgrade(custom_ethermint: Ethermint):
"params",
home=cli.data_dir,
))
assert p == {"allowed_clients": ["06-solomachine", "07-tendermint", "09-localhost"]}
assert p == {"allowed_clients": ["06-solomachine", "07-tendermint", "09-localhost"]}
9 changes: 0 additions & 9 deletions tests/integration_tests/test_websockets.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
import asyncio
import json
from collections import defaultdict

import websockets
from pystarport import ports


def test_single_request_netversion(ethermint):
ethermint.use_websocket()
eth_ws = ethermint.w3.provider
Expand All @@ -14,4 +6,3 @@ def test_single_request_netversion(ethermint):

# net_version should be 9000
assert response["result"] == "9000", "got " + response["result"] + ", expected 9000"

0 comments on commit 747f128

Please sign in to comment.