You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In these two tests, the expected output type is array[array[array[string]]], however the expected output value has nulls in the inner array. Therefore, it seems that the expected output type should be array[array[array[string?]]].