This commit is contained in:
George Adams 2026-03-09 11:05:00 +00:00
parent e937024ae6
commit 3efc8fd0e3
3 changed files with 27687 additions and 133 deletions

View file

@ -1465,9 +1465,7 @@ use .
'The requested Go version 1.25.0 is not available for platform linux/arm64'
)
);
expect(cnSpy).toHaveBeenCalledWith(
expect.stringContaining('HTTP 404')
);
expect(cnSpy).toHaveBeenCalledWith(expect.stringContaining('HTTP 404'));
});
it('shows clear error with platform/arch and URL on download failure', async () => {