Skip to content

Commit f10b4f2

Browse files
committed
fixup! Implement Linux rpm installer
1 parent 9418a82 commit f10b4f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-smoke-tests/src/installers/linux-rpm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export function installLinuxRpm({
6565
);
6666
execute('sudo', ['dnf', 'install', '-y', filepath]);
6767

68-
assert(isInstalled(packageName), 'Expected the package to not be installed');
68+
assert(isInstalled(packageName), 'Expected the package to be installed');
6969
assert(
7070
fs.existsSync(installPath),
7171
`Expected an install directory to exist: ${installPath}`

0 commit comments

Comments
 (0)