Skip to content

Commit 6b60597

Browse files
fix: amend balance assertions
1 parent 2349359 commit 6b60597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/entities/test_native_balances.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def test_account_balance_tracking_query(self):
7979
self.fail("couldn't find validator or delegator address in keys")
8080

8181
self.assertLessEqual(validator_balance, -7*10**18)
82-
self.assertLessEqual(delegator_balance, -7*10**18)
82+
self.assertLessEqual(delegator_balance, 7*10**18)
8383

8484

8585
if __name__ == '__main__':

0 commit comments

Comments
 (0)