Skip to content

Commit aae69fd

Browse files
committed
docs(test): correct tap corroboration reachability
1 parent aff15b1 commit aae69fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/daemon/handlers/__tests__/interaction-ios-tap-outcome.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,8 +366,8 @@ test('corroborates a tap when the request carries no flags and the baseline used
366366
});
367367

368368
// Deliberately built without a `flags` key at all (not `flags: {}`) — this
369-
// mirrors the real production paths (batch steps with no flags, JSON-RPC
370-
// requests that omit the key) that hide the bug this test pins.
369+
// mirrors the raw daemon/JSON-RPC production boundary, which can omit the
370+
// key entirely. CLI and batch paths always materialize a flags object.
371371
const response = await handleInteractionCommands({
372372
req: {
373373
token: 'test',

0 commit comments

Comments
 (0)