Skip to content

Commit 2350e8f

Browse files
test: align demonstration canonical input count with V38
Update the demonstration specifying test's active-canon artifact-count map so V38 canonical input validation expects the current source truth of artifacts=0. Validated with the targeted v21-specifying node test and diff hygiene.
1 parent abb958a commit 2350e8f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ function expectedActiveCanonicalInputArtifactCount(version) {
2525
V35: 0,
2626
V36: 0,
2727
V37: 0,
28+
V38: 0,
2829
};
2930
if (Object.hasOwn(expectedCountsByVersion, version)) {
3031
return expectedCountsByVersion[version];

0 commit comments

Comments
 (0)