Skip to content

Commit 9b54764

Browse files
lpcoxCopilot
andauthored
fix(test): correct smoke-claude version assertion to match v0.76.1 (#4172)
PR #4130 bumped the assertion to expect v0.77.5 but the installed compiler is v0.76.1, causing the test to fail on main. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 02f5be3 commit 9b54764

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

scripts/ci/smoke-claude-workflow.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,8 @@ describe('smoke claude workflow optimization config', () => {
4747
expect(lock).toContain('Report turn usage');
4848
expect(lock).toContain('target: 1, hard cap: 2');
4949
expect(lock).toContain(
50-
'github/gh-aw-actions/setup@v0.77.5'
50+
'github/gh-aw-actions/setup@46d564922b082d0db93244972e8005ea6904ee5f # v0.76.1'
5151
);
52-
expect(lock).not.toContain('github/gh-aw-actions/setup@v0.76.1');
5352
expect(lock).not.toContain('mcp__playwright__browser_navigate');
5453
expect(lock).not.toContain('playwright_prompt.md');
5554
expect(lock).not.toContain('mcr.microsoft.com/playwright/mcp');

0 commit comments

Comments
 (0)