We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f45678 commit b70175eCopy full SHA for b70175e
1 file changed
test/lib/command-suggestions.test.ts
@@ -83,7 +83,7 @@ describe("getCommandSuggestion", () => {
83
84
test("suggests send-event for 'cli/send-event'", () => {
85
expect(getCommandSuggestion("cli", "send-event")?.command).toContain(
86
- "sentry send-event"
+ "sentry event send"
87
);
88
});
89
0 commit comments