fix: corrects a test that could never fail post-name change
This commit is contained in:
parent
d34768b63d
commit
6322606335
1 changed files with 1 additions and 1 deletions
|
|
@ -742,6 +742,6 @@ mod tests {
|
|||
.unwrap()
|
||||
.collect();
|
||||
let content = std::fs::read_to_string(entries[0].as_ref().unwrap().path()).unwrap();
|
||||
assert!(!content.contains("drawing = \"2026"));
|
||||
assert!(content.contains("drawing = \"\""));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue