Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ixje committed Sep 16, 2024
1 parent 61b5ae6 commit 4a718b5
Showing 1 changed file with 6 additions and 21 deletions.
27 changes: 6 additions & 21 deletions tests/api/test_noderpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -558,10 +558,7 @@ async def test_get_version(self):
"wsport": 10334,
"nonce": 1930156121,
"useragent": user_agent,
"rpc": {
"maxiteratorresultitems": 100,
"sessionenabled": True
},
"rpc": {"maxiteratorresultitems": 100, "sessionenabled": True},
"protocol": {
"addressversion": 53,
"network": 860833102,
Expand All @@ -573,23 +570,11 @@ async def test_get_version(self):
"memorypoolmaxtransactions": 50000,
"initialgasdistribution": 5200000000000000,
"hardforks": [
{
"name": "Aspidochelone",
"blockheight": 1730000
},
{
"name": "Basilisk",
"blockheight": 4120000
},
{
"name": "Cockatrice",
"blockheight": 5450000
},
{
"name": "Domovoi",
"blockheight": 5570000
}
]
{"name": "Aspidochelone", "blockheight": 1730000},
{"name": "Basilisk", "blockheight": 4120000},
{"name": "Cockatrice", "blockheight": 5450000},
{"name": "Domovoi", "blockheight": 5570000},
],
},
}
self.mock_response(captured)
Expand Down

0 comments on commit 4a718b5

Please sign in to comment.