Skip to content

Commit b0d82b1

Browse files
committed
chore(drivers): ratchet down query-options-erasure test-surface baseline
This PR's sweep removed 7 object:-key erasure sites counted by the query-options-erasure test-surface aggregate, dropping it 249 -> 242. Per the ratchet's own instruction (scripts/check-query-options-erasure-ratchet.mjs), a count that falls must be ratcheted down in the same PR — a ceiling left above reality silently licenses that many new erasures. Ran `pnpm check:query-options-erasure --update` and verified the diff touches only testSurface.sites (249 -> 242), nothing else moved.
1 parent bd38c68 commit b0d82b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/query-options-erasure-baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@
5050
"packages/services/service-settings/src/settings-service.ts": 2
5151
},
5252
"testSurface": {
53-
"sites": 249
53+
"sites": 242
5454
}
5555
}

0 commit comments

Comments
 (0)