Fix typo.

This commit is contained in:
jcamiel 2023-07-25 15:37:03 +02:00
parent 967f8b9e3e
commit 05567f65ff
No known key found for this signature in database
GPG Key ID: 07FF11CFD55356CC

View File

@ -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);