Skip to content

Commit

Permalink
test(ar): fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
soralit committed Jul 4, 2024
1 parent bf8183e commit fcd9649
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust/apps/arweave/src/ao_transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ mod tests {
ao_transfer.to,
"qfz4BteboqMUoNSltEpw9KTdbf76fRRDfgx8Ai6DGJw"
);
assert_eq!(ao_transfer.quantity, "10000000000");
assert_eq!(ao_transfer.quantity, "0.01 AR");
assert_eq!(
ao_transfer.token_id,
"xU9zFkq3X2ZQ6olwNVvr1vUWIjc3kXTWr7xKQD6dh10"
"Wrapped AR"
);
}
}

0 comments on commit fcd9649

Please sign in to comment.