Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sbihel committed Dec 19, 2024
1 parent 3489df1 commit eb39c89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/claims/crates/data-integrity/src/core_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ fn single_domain_de_serialization() {
"proofValue": "z3H5Bi3cF6BGEgoWdAqp13gQHEibVGtNtVbJECwfQStGmBio1gmjHrq2TGtjJ3L18pd1pKCsb4Pos9oMDpginN68h"
}
);
let proof: Proof<AnySuite> = serde_json::from_value(json_proof.clone()).expect("Could not deserialize");
let proof: Proof<AnySuite> =
serde_json::from_value(json_proof.clone()).expect("Could not deserialize");
assert_eq!(json_proof, serde_json::to_value(&proof).unwrap());
}

0 comments on commit eb39c89

Please sign in to comment.