Skip to content

Commit

Permalink
New compiler complaining about format
Browse files Browse the repository at this point in the history
  • Loading branch information
iquerejeta committed Apr 1, 2024
1 parent 4af20e2 commit 293404b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions halo2_proofs/tests/plonk_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ fn plonk_api() {
//panic!("{:#?}", pk.get_vk().pinned());
assert_eq!(
format!("{:#?}", pk.get_vk().pinned()),
r#####"PinnedVerificationKey {
r#"PinnedVerificationKey {
base_modulus: "0x40000000000000000000000000000000224698fc0994a8dd8c46eb2100000001",
scalar_modulus: "0x40000000000000000000000000000000224698fc094cf91b992d30ed00000001",
domain: PinnedEvaluationDomain {
Expand Down Expand Up @@ -1015,7 +1015,7 @@ fn plonk_api() {
(0x3d907e0591343bd285c2c846f3e871a6ac70d80ec29e9500b8cb57f544e60202, 0x1034e48df35830244cabea076be8a16d67d7896e27c6ac22b285d017105da9c3),
],
},
}"#####
}"#
);
}
}
Expand Down

0 comments on commit 293404b

Please sign in to comment.