Skip to content

Commit

Permalink
make error message clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
lobsterkatie committed Jun 13, 2023
1 parent b26225e commit 0b23714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relay-filter/src/browser_extensions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ mod tests {
assert_ne!(
filter_result,
Ok(()),
"Event filter not recognizing events with known values {exc_value}"
"Event filter not recognizing events with known value '{exc_value}'"
)
}
}
Expand Down

0 comments on commit 0b23714

Please sign in to comment.