Add arrays to all helpers tests.

This commit is contained in:
Tom Alexander
2020-05-16 14:15:44 -04:00
parent 2b5bec05be
commit 6dbeb77a28
8 changed files with 39 additions and 3 deletions

View File

@@ -212,6 +212,7 @@ impl CompareContextElement for serde_json::Value {
serde_json::Value::String(self_string),
serde_json::Value::String(other_string),
) => self_string.partial_cmp(other_string),
// TODO: Non-scalar types
_ => None,
};
}