Skip to content

Commit

Permalink
fix test_clawback integ test
Browse files Browse the repository at this point in the history
  • Loading branch information
khancode committed Dec 10, 2024
1 parent bf36ce0 commit fdb43e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/transactions/test_clawback.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ async def test_mptoken(self, client):
)
)
self.assertEqual(
ledger_entry_res.result["node"]["MPTAmount"], "9223372036854775307"
ledger_entry_res.result["node"]["MPTAmount"], "9223372036854775807"
)

# actual test - clawback
Expand Down Expand Up @@ -166,5 +166,5 @@ async def test_mptoken(self, client):
)
)
self.assertEqual(
ledger_entry_res.result["node"]["MPTAmount"], "9223372036854775307"
ledger_entry_res.result["node"]["MPTAmount"], "9223372036854775807"
)

0 comments on commit fdb43e3

Please sign in to comment.