Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
cablehead committed May 15, 2024
1 parent 8b8c827 commit 847963a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ async fn test_integration() {
.expect("Failed to run date | curl command");

let frame: Frame = serde_json::from_str(&output).expect("Failed to parse JSON into Frame");
println!("{:?}", frame);
println!("{:?}", frame.hash.unwrap().to_string());

// Clean up
let _ = cli_process.kill();
Expand Down

0 comments on commit 847963a

Please sign in to comment.