We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a58c9a9 commit fed9b6fCopy full SHA for fed9b6f
ide/commands/setup_test.go
@@ -42,7 +42,11 @@ func TestSetupCmd(t *testing.T) {
42
43
for _, tt := range tests {
44
t.Run(tt.name, func(t *testing.T) {
45
- ctx := &components.Context{}
+ ctx := &components.Context{
46
+ PrintCommandHelp: func(commandName string) error {
47
+ return nil
48
+ },
49
+ }
50
err := SetupCmd(ctx, tt.ideName)
51
52
if tt.expectError {
0 commit comments