Skip to content

Commit

Permalink
Update tests/integration/reqs/test_generic_request.py
Browse files Browse the repository at this point in the history
Co-authored-by: Mayukha Vadari <mvadari@gmail.com>
  • Loading branch information
ckeshava and mvadari authored Jul 8, 2024
1 parent 4179077 commit 7594eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/reqs/test_generic_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ async def test_websocket_formatting(self, client):

def test_from_dict_json_without_api_version_input(self):
with self.assertRaises(KeyError):
# input JSON does not contain an api_version field
# tx_history is invalid in the default API version 2
GenericRequest.from_dict(
{
"method": "tx_history",
Expand Down

0 comments on commit 7594eb3

Please sign in to comment.