Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriciojs committed Oct 28, 2023
1 parent 3993899 commit d6430dd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions commands/status_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,6 @@ func TestFailedGetServicesStatusCommand(t *testing.T) {
t.Errorf("unexpected error: %v", err)
}

fmt.Println("outputs", f.shell.(*shell.FakeShell).WarningOutput, f.shell.(*shell.FakeShell).OutLines, f.shell.(*shell.FakeShell).SuccessOutput)
t.Error("error")

expected = "No services found."

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

0 comments on commit d6430dd

Please sign in to comment.