Skip to content

Commit

Permalink
fix: Update ledger_entry unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
ckeshava committed Nov 20, 2024
1 parent 7549e48 commit 5bdbf55
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/unit/models/requests/test_ledger_entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,6 @@ def test_fetch_permissioned_domain_ledger_index(self):
def test_fetch_permissioned_domain_ledger_object_params(self):
self.assertTrue(
LedgerEntry(
permissioned_domain=PermissionedDomain(
account="rAccount", sequence=1234
)
permissioned_domain=PermissionedDomain(account="rAccount", seq=1234)
)
)

0 comments on commit 5bdbf55

Please sign in to comment.