Skip to content

Commit

Permalink
Revert a fix in an assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored and hurl-bot committed Jul 18, 2024
1 parent 67e5f22 commit 1c4679a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hurl_core/src/parser/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ mod tests {
suggestion(&valid_values, "assert"),
Some("Asserts".to_string())
);
assert_eq!(suggestion(&valid_values, "assert"), None);
assert_eq!(suggestion(&valid_values, "asser"), None);
}

#[test]
Expand Down

0 comments on commit 1c4679a

Please sign in to comment.