Skip to content

Commit

Permalink
fix error to have the expected format (#1643)
Browse files Browse the repository at this point in the history
  • Loading branch information
ASuciuX authored Jan 22, 2025
1 parent bb7aad5 commit 19cfaa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/clarity-repl/src/repl/session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1522,7 +1522,7 @@ mod tests {
result.split('\n').next().unwrap(),
format!(
"encode:1:1: {} use of unresolved function 'foo'",
"error:".red()
"error:".bold().red()
)
);
}
Expand Down

0 comments on commit 19cfaa1

Please sign in to comment.