mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-11 02:40:26 +03:00
Fix typo.
This commit is contained in:
parent
967f8b9e3e
commit
05567f65ff
@ -1572,7 +1572,7 @@ mod tests {
|
||||
assert_eq!(assert_result.expected.as_str(), "count equals to 0");
|
||||
|
||||
// predicate: `isEmpty`
|
||||
// value: Nodeset(12)
|
||||
// value: Nodeset(0)
|
||||
let value = Value::Nodeset(0);
|
||||
let assert_result = eval_is_empty(&value).unwrap();
|
||||
assert!(assert_result.success);
|
||||
|
Loading…
Reference in New Issue
Block a user