We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fde4af2 commit 4eeaa34Copy full SHA for 4eeaa34
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)"
+ "Wrong number of arguments given to function (Given: 0, Expected: 1)"
80
)),
81
divide.invoke(args)
82
);
0 commit comments