Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwinter committed Aug 11, 2021
1 parent 86918b9 commit e67808f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ test('test url', () => {
expect(gcc.distributionUrl('10-2020-q4', 'win32')).toStrictEqual(
'https://developer.arm.com/-/media/Files/downloads/gnu-rm/10-2020q4/gcc-arm-none-eabi-10-2020-q4-major-win32.zip'
)
expect(gcc.distributionUrl('10-2021.07', 'mac')).toStrictEqual(
expect(gcc.distributionUrl('10-2021.07', 'darwin')).toStrictEqual(
'https://developer.arm.com/-/media/Files/downloads/gnu-rm/10.3-2021.07/gcc-arm-none-eabi-10.3-2021.07-mac-10.14.6.tar.bz2'
)
})
Expand Down

0 comments on commit e67808f

Please sign in to comment.