Skip to content

Commit

Permalink
fix merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
Emil Lai committed Feb 12, 2024
1 parent e6a35fe commit e3024b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public void testDeserializeContractUpdate() {
// check header
TransactionHeader header = ((AccountTransaction) blockItem).getHeader();
assertEquals(AccountAddress.from("49NGYqmPtbuCkXSQt7298mL6Xp52UpSR4U2jVzJjKW9P3b3whw"), header.getSender());
assertEquals(Nonce.from(21), header.getAccountNonce());
assertEquals(Nonce.from(21), header.getNonce());
assertEquals(UInt64.from(1706724577), header.getExpiry());
// check payload
TransactionType transactionType = payload.getTransactionType();
Expand Down

0 comments on commit e3024b6

Please sign in to comment.