Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-medicala-yral committed Dec 4, 2024
1 parent 2fc43f3 commit ae65e0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1350,7 +1350,7 @@ fn all_canister_snapshot_tests(){
offset += length;
}

println!("data: {}", serde_json::from_slice::<'_, String>(&data).unwrap());
println!("data: {}", std::str::from_utf8(&data).unwrap());

let snapshot_len = data.len() as u64;
let mut offset: u64 = 0;
Expand Down

0 comments on commit ae65e0e

Please sign in to comment.