Erich Zimmerman
09/15/2025, 11:40 PM{
"destinations": [],
"cities": [],
"airports": [
{
"code": "MSY",
"name": "Louis Armstrong New Orleans International Airport"
}
]
}
I want to match that "destinations" and "cities" are indeed empty lists.
I am trying to use maxArrayLike("destinations", 0, example)
but I get an error on the Consumer test complaining that I either cannot leave that field empty, or that the example of 1 doesn't match the expected size of 0.Erich Zimmerman
09/16/2025, 12:10 AM