aboutsummaryrefslogtreecommitdiff
path: root/test/cli/install/bun-remove.test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'test/cli/install/bun-remove.test.ts')
-rw-r--r--test/cli/install/bun-remove.test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cli/install/bun-remove.test.ts b/test/cli/install/bun-remove.test.ts
index 5b029f143..2b70900dd 100644
--- a/test/cli/install/bun-remove.test.ts
+++ b/test/cli/install/bun-remove.test.ts
@@ -102,7 +102,7 @@ it("should remove existing package", async () => {
expect(out1.replace(/\s*\[[0-9\.]+m?s\]/, "").split(/\r?\n/)).toEqual([
` + pkg2@${pkg2_path}`,
"",
- " 1 packages installed",
+ " 1 package installed",
" Removed: 1",
"",
]);