Skip to content

Commit

Permalink
fix failed test
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnxie999 committed Oct 9, 2024
1 parent 6461315 commit 458f0b8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/ripple-binary-codec/test/uint.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,19 +116,19 @@ const mptIssuanceEntryJson = {
}

const mptokenEntryJson = {
Account: 'rhWhvQ4kMaYB9sX25S13PYGJnF1H1pAmRp',
Account: 'raDQsd1s8rqGjL476g59a9vVNi1rSwrC44',
Flags: 0,
LedgerEntryType: 'MPToken',
MPTAmount: '100',
MPTokenIssuanceID: '0000032A0BEB4029FD60F77F484D8D16C2505E861DB5394B',
MPTokenIssuanceID: '000002DF71CAE59C9B7E56587FFF74D4EA5830D9BE3CE0CC',
OwnerNode: '0000000000000000',
PreviousTxnID:
'FB4131A4FE8EE2E0A48C7BB668980DD975F529EABF55C190F3F1867469534669',
PreviousTxnLgrSeq: 816,
'222EF3C7E82D8A44984A66E2B8E357CB536EC2547359CCF70E56E14BC4C284C8',
PreviousTxnLgrSeq: 741,
}

const mptokenEntryBinary =
'11007F22000000002500000330340000000000000000301B000000000000006455FB4131A4FE8EE2E0A48C7BB668980DD975F529EABF55C190F3F186746953466981142667B68E9BEA7242611581F0EB4630F2E844226901150000032A0BEB4029FD60F77F484D8D16C2505E861DB5394B'
'11007F220000000025000002E5340000000000000000301A000000000000006455222EF3C7E82D8A44984A66E2B8E357CB536EC2547359CCF70E56E14BC4C284C881143930DB9A74C26D96CB58ADFFD7E8BB78BCFE62340115000002DF71CAE59C9B7E56587FFF74D4EA5830D9BE3CE0CC'

it('compareToTests[0]', () => {
expect(UInt8.from(124).compareTo(UInt64.from(124))).toBe(0)
Expand Down

0 comments on commit 458f0b8

Please sign in to comment.