Skip to content

Commit fb3e9e8

Browse files
committed
fix divide test
1 parent f051d1e commit fb3e9e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rust_core/_divide_.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ mod tests {
7676
let args = vec![];
7777
assert_eq!(
7878
Value::Condition(String::from(
79-
"Wrong number of arguments given to function (Given: 0, Expected: 1)"
79+
"Wrong number of arguments given to function (Given: 0)"
8080
)),
8181
divide.invoke(args)
8282
);

0 commit comments

Comments
 (0)