Skip to content

Commit

Permalink
Update packages/compass-e2e-tests/helpers/buildinfo.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Kræn Hansen <[email protected]>
  • Loading branch information
lerouxb and kraenhansen authored Jan 13, 2025
1 parent 4a6e2d3 commit 92630b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/compass-e2e-tests/helpers/buildinfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ type RHELBuildInfo = CommonBuildInfo &
Record<typeof rhelFilenameKeys[number], string>;

export function assertBuildInfoIsWindows(
buildInfo: any
buildInfo: unknown
): asserts buildInfo is WindowsBuildInfo {
assertObjectHasKeys(buildInfo, 'buildInfo', commonKeys);
assertObjectHasKeys(buildInfo, 'buildInfo', windowsFilenameKeys);
Expand Down

0 comments on commit 92630b4

Please sign in to comment.