Skip to content

Commit 16c6b54

Browse files
committed
chore: fix codegen sdk tests
1 parent 9f4d9dd commit 16c6b54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/sdk/codegen/src/__tests__/contract-integrity.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ describe('Intent name integrity', () => {
348348
});
349349

350350
describe('agentVisible param annotation integrity', () => {
351-
const EXPECTED_HIDDEN = new Set(['out', 'expectedRevision', 'dryRun']);
351+
const EXPECTED_HIDDEN = new Set(['out']);
352352

353353
test('expected transport-envelope params are agentVisible: false', async () => {
354354
const contract = await loadJson<Contract>(CONTRACT_PATH);

0 commit comments

Comments
 (0)