Skip to content

Commit 44f254a

Browse files
committed
fix(windows): update the last hardcoded 1.5.3 test fixture to 1.5.4
windows/tests/injector-window-readiness.test.mjs imports the real verifySession from scripts/injector.mjs, which compares against the real SKIN_VERSION constant -- so the mock window state's version field has to track it too. CI caught this (Static checks and both Windows jobs failed on this exact assertion); missed it locally because I only grepped for skinVersion/SKIN_VERSION identifiers, not for what the test's version field was actually compared against. Repo-wide grep for 1.5.3 outside changelogs is now empty.
1 parent 4880106 commit 44f254a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

windows/tests/injector-window-readiness.test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ function makeDomFixture({
8383
};
8484
const window = {
8585
__CODEX_DREAM_SKIN_STATE__: {
86-
version: "1.5.3",
86+
version: "1.5.4",
8787
themeId: "fixture-theme",
8888
revision: "fixture-revision",
8989
styleMode: "style",

0 commit comments

Comments
 (0)