Skip to content

Commit 3eaabdc

Browse files
test(runtime-host): assert the Artifact epoch moved past 175
1 parent 5cb979b commit 3eaabdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/runtime-host/src/__tests__/protocol.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ describe('Runtime Host bootstrap protocol', () => {
135135
});
136136

137137
test('publishes a new compatibility epoch for Artifact invalidation frames', () => {
138-
assert.ok(RUNTIME_HOST_COMPATIBILITY_EPOCH > 161);
138+
assert.ok(RUNTIME_HOST_COMPATIBILITY_EPOCH > 175);
139139
});
140140

141141
test('publishes a new compatibility epoch for mandatory submit Skill outcomes', () => {

0 commit comments

Comments
 (0)