Skip to content

Commit d6430dd

Browse files
committed
fix test
1 parent 3993899 commit d6430dd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

commands/status_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,6 @@ func TestFailedGetServicesStatusCommand(t *testing.T) {
180180
t.Errorf("unexpected error: %v", err)
181181
}
182182

183-
fmt.Println("outputs", f.shell.(*shell.FakeShell).WarningOutput, f.shell.(*shell.FakeShell).OutLines, f.shell.(*shell.FakeShell).SuccessOutput)
184-
t.Error("error")
185-
186183
expected = "No services found."
187184

188185
output = fmt.Sprint(f.shell.(*shell.FakeShell).WarningOutput...)

0 commit comments

Comments
 (0)