Skip to content

Commit b70175e

Browse files
committed
fix: update command-suggestions test to expect 'sentry event send'
1 parent 9f45678 commit b70175e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/lib/command-suggestions.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ describe("getCommandSuggestion", () => {
8383

8484
test("suggests send-event for 'cli/send-event'", () => {
8585
expect(getCommandSuggestion("cli", "send-event")?.command).toContain(
86-
"sentry send-event"
86+
"sentry event send"
8787
);
8888
});
8989

0 commit comments

Comments
 (0)