Skip to content

Commit

Permalink
chore: check response
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal committed Sep 10, 2024
1 parent 8262ed7 commit cfe127e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ async fn manage_data() {
.await
.unwrap();
let value_res = res.entries.as_ref().unwrap().first().unwrap();
println!("{:?}", value_res);
let orig_value: xdr::String64 = value.parse::<String64>().unwrap().into();
assert_eq!(
xdr::String64::from_xdr_base64(&value_res.xdr, xdr::Limits::none()).unwrap(),
Expand Down

0 comments on commit cfe127e

Please sign in to comment.