Commit 44f254a
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
0 commit comments