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
chore(cli-repl): avoid deprecated count in --shell test (#1211)
`.count()` is deprecated and should not be used, and makes this
test currently fail in `apiStrict` mode because it uses the `count`
command since the recent driver version bump to 4.4.0.
0 commit comments