We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f051d1e commit fb3e9e8Copy full SHA for fb3e9e8
1 file changed
src/rust_core/_divide_.rs
@@ -76,7 +76,7 @@ mod tests {
76
let args = vec![];
77
assert_eq!(
78
Value::Condition(String::from(
79
- "Wrong number of arguments given to function (Given: 0, Expected: 1)"
+ "Wrong number of arguments given to function (Given: 0)"
80
)),
81
divide.invoke(args)
82
);
0 commit comments