Commit 95b9f17
committed
fix(cli-smoke): add missing count() mock method (Issue #596)
The mock store in cli-smoke.mjs was missing the async count()
method that the real store interface provides. This caused the
assertion at line ~316 to fail with undefined !== 1 when
recallResult.details.count was accessed.
This is a pre-existing issue introduced by the lifecycle-aware
memory decay commit, not related to PR #516.1 parent 0988a46 commit 95b9f17
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
| 303 | + | |
303 | 304 | | |
304 | 305 | | |
305 | 306 | | |
| |||
0 commit comments