Skip to content

Commit d6ca12c

Browse files
V39 Canonical Promotion: Align demonstration canon input counts
Update the demonstration specifying test's expected canonical generated artifact counts for V35 through V39 so active V38 and draft V39 promotion validation match the maintained generated-artifact catalog. Validation: node --test --test-force-exit protocol-demonstration/test/v21-specifying.test.js; npm --prefix protocol-demonstration test; git diff --check.
1 parent b395add commit d6ca12c

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

protocol-demonstration/test/v21-specifying.test.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@ function expectedActiveCanonicalInputArtifactCount(version) {
2222
V32: 13,
2323
V33: 12,
2424
V34: 12,
25-
V35: 0,
26-
V36: 0,
27-
V37: 0,
28-
V38: 0,
25+
V35: 11,
26+
V36: 11,
27+
V37: 11,
28+
V38: 12,
29+
V39: 12,
2930
};
3031
if (Object.hasOwn(expectedCountsByVersion, version)) {
3132
return expectedCountsByVersion[version];

0 commit comments

Comments
 (0)