mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-23 11:27:38 +08:00
chore: fix string in assertion
This commit is contained in:
@@ -579,7 +579,7 @@ mod test {
|
||||
expander.run(&mut contract_ast).unwrap();
|
||||
assert_eq!(
|
||||
contract_ast.expressions, ast,
|
||||
"`foo` should have the post-comment attached"
|
||||
"`foo` should have the end-line comment attached"
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user