aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/cli/install/bunx.test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cli/install/bunx.test.ts b/test/cli/install/bunx.test.ts
index b8baceb1b..a52965ea9 100644
--- a/test/cli/install/bunx.test.ts
+++ b/test/cli/install/bunx.test.ts
@@ -83,7 +83,7 @@ it("should output usage if no arguments are passed", async () => {
expect(stderr).toBeDefined();
const err = await new Response(stderr).text();
- expect(err).toContain("usage: ");
+ expect(err).toContain("Usage: ");
expect(stdout).toBeDefined();
const out = await new Response(stdout).text();
expect(out).toHaveLength(0);