This commit is contained in:
2025-11-30 15:39:55 -07:00
parent 1c52ec2b9c
commit 15603f8bbe
2 changed files with 293 additions and 175 deletions

View File

@@ -83,7 +83,7 @@ fn incorrect_args_count() -> anyhow::Result<()> {
assert!(matches!(
compiled,
Err(super::super::Error::AgrumentMismatch(_))
Err(super::super::Error::AgrumentMismatch(_, _))
));
Ok(())