Skip to content

Commit 57ce701

Browse files
committed
fix(qa): the dogfood package-first authoring assertion follows the rename
Sixth consumer found, and the one my local verification could not have caught: the full-suite run I used as the safety net excludes @objectstack/dogfood by design, so the dogfood shards were the one gate I had not actually run. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01MaSQn77TT5fUgHK9CesaDK
1 parent d2cf521 commit 57ce701

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/qa/dogfood/test/package-first-authoring.dogfood.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ describe('dogfood: package-first authoring rejects runtime creates into read-onl
5858
packageId: codePkgId,
5959
mode: 'draft',
6060
}),
61-
).rejects.toMatchObject({ code: 'writable_package_required' });
61+
).rejects.toMatchObject({ code: 'WRITABLE_PACKAGE_REQUIRED' });
6262
});
6363

6464
it('the same create into a fresh writable base id is NOT rejected (control)', async () => {

0 commit comments

Comments
 (0)