test: add empty list test

This commit is contained in:
rvcas
2023-06-30 16:12:51 -04:00
parent 291dedf4e8
commit 8a7df7f66b
13 changed files with 187 additions and 148 deletions

View File

@@ -177,7 +177,7 @@ impl Validator {
}
#[cfg(test)]
mod test {
mod tests {
use assert_json_diff::assert_json_eq;
use serde_json::{self, json};