fix(test): remove period in test_flatten_grammar_with_recursive_inline_variable
The period was dropped in the `thiserror` refactor (79444e07f9), which caused the `test_flatten_grammar_with_recursive_inline_variable` test to fail. Signed-off-by: James McCoy <jamessan@jamessan.com> (cherry picked from commita6e530b33d)
This commit is contained in:
parent
a293dcc1c5
commit
415a657d08
1 changed files with 1 additions and 1 deletions
|
|
@ -533,7 +533,7 @@ mod tests {
|
|||
|
||||
assert_eq!(
|
||||
result.unwrap_err().to_string(),
|
||||
"Rule `test` cannot be inlined because it contains a reference to itself.",
|
||||
"Rule `test` cannot be inlined because it contains a reference to itself",
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue