Commit 13f63c2
committed
test(objectql): drop two
`check:query-options-erasure` reported the test surface growing 267 -> 269: the
#5503 test file passed `{ where: { id } } as any` to `findOne` and `{} as any`
to `find`. Neither is deliberately off-contract — both values are plain
`EngineQueryOptions` that the signatures already infer — so the gate's FIRST
remedy applies (drop the assertion), not the `as unknown as EngineQueryOptions`
spelling reserved for tests whose subject IS off-contract input.
The baseline is untouched: the count returns to its 267 ceiling on its own.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01V7WetGmnfoXNn8cLieKKmxas any erasures on ordinary engine reads (#4918 ratchet)1 parent 1d6bf8c commit 13f63c2
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
316 | | - | |
| 316 | + | |
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
| |||
352 | 352 | | |
353 | 353 | | |
354 | 354 | | |
355 | | - | |
| 355 | + | |
356 | 356 | | |
357 | 357 | | |
358 | 358 | | |
| |||
0 commit comments