This commit is contained in:
Mark
2024-02-01 09:31:04 -07:00
parent cbb422f69d
commit 614850ab1d
6 changed files with 40 additions and 59 deletions

View File

@@ -607,6 +607,6 @@ mod tests {
assert_eq!(
result,
Err(String::from("error existence_error procedure / non_existent_predicate 3 / non_existent_predicate 3"))
);
);
}
}