Skip to content

Commit

Permalink
Update test/check-platform.js
Browse files Browse the repository at this point in the history
Co-authored-by: Gar <[email protected]>
  • Loading branch information
yukukotani and wraithgar authored Aug 7, 2023
1 parent 76b0df6 commit c5734ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/check-platform.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ t.test('nothing wrong with overridden cpu', async t =>
os: 'any',
}, false, {
cpu: 'enten-cpu',
}), { code: 'EBADPLATFORM' })
}))

t.test('wrong os with overridden os', async t =>
t.throws(() => checkPlatform({
Expand Down

0 comments on commit c5734ed

Please sign in to comment.