Skip to content

Commit

Permalink
fixup! Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pbeza committed Jul 3, 2024
1 parent f427357 commit 5141a71
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions core/node/proof_data_handler/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,6 @@ async fn request_tee_proof_inputs() {
.await
.unwrap();
let json: serde_json::Value = serde_json::from_slice(&body).unwrap();
let json = json
.get("Success")
.expect("Unexpected response format")
.clone();
let deserialized: TeeVerifierInput = serde_json::from_value(json).unwrap();

assert_eq!(tvi, deserialized);
Expand Down

0 comments on commit 5141a71

Please sign in to comment.