chore: fix string in assertion

This commit is contained in:
Brice Dobry
2023-03-04 10:24:46 -05:00
parent 595aee13fc
commit 1495456ee2

View File

@@ -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"
);
}