Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
asterite committed Dec 9, 2024
1 parent d6c3a68 commit d41f664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/noirc_printable_type/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ mod tests {
(PrintableValue::String("TWO".to_string()), PrintableType::String { length: 3 }),
(PrintableValue::String("THREE".to_string()), PrintableType::String { length: 5 }),
];
let expected = "hello ONE {{no}} TWO {{not_again}} THREE world";
let expected = "hello ONE {no} TWO {not_again} THREE world";
let display =
PrintableValueDisplay::<FieldElement>::FmtString(template.to_string(), values);
assert_eq!(display.to_string(), expected);
Expand Down

0 comments on commit d41f664

Please sign in to comment.