Skip to content

Commit

Permalink
fix: staking test_Validators assert
Browse files Browse the repository at this point in the history
  • Loading branch information
daeMOn63 committed Mar 25, 2022
1 parent b89241c commit a4444ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_staking/test_rest_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def test_Validators():

staking = StakingRestClient(mock_client)

assert staking.Validators(QueryValidatorsRequest() == expected_response)
assert staking.Validators(QueryValidatorsRequest()) == expected_response
assert mock_client.last_base_url == "/cosmos/staking/v1beta1/validators"

@staticmethod
Expand Down

0 comments on commit a4444ac

Please sign in to comment.