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 a0b15c1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions rust/apps/arweave/src/ao_transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,7 @@ mod tests {
ao_transfer.to,
"qfz4BteboqMUoNSltEpw9KTdbf76fRRDfgx8Ai6DGJw"
);
assert_eq!(ao_transfer.quantity, "10000000000");
assert_eq!(
ao_transfer.token_id,
"xU9zFkq3X2ZQ6olwNVvr1vUWIjc3kXTWr7xKQD6dh10"
);
assert_eq!(ao_transfer.quantity, "0.01 AR");
assert_eq!(ao_transfer.token_id, "Wrapped AR");
}
}

0 comments on commit a0b15c1

Please sign in to comment.