We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2349359 commit 6b60597Copy full SHA for 6b60597
tests/e2e/entities/test_native_balances.py
@@ -79,7 +79,7 @@ def test_account_balance_tracking_query(self):
79
self.fail("couldn't find validator or delegator address in keys")
80
81
self.assertLessEqual(validator_balance, -7*10**18)
82
- self.assertLessEqual(delegator_balance, -7*10**18)
+ self.assertLessEqual(delegator_balance, 7*10**18)
83
84
85
if __name__ == '__main__':
0 commit comments