Skip to content

Commit

Permalink
don't close stdout / test fix
Browse files Browse the repository at this point in the history
Signed-off-by: James Ranson <[email protected]>
  • Loading branch information
jranson committed May 18, 2024
1 parent be3e1e2 commit 3922ed7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/observability/logging/logging_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ func TestNew(t *testing.T) {
if logger.level != "info" {
t.Errorf("expected %s got %s", "info", logger.level)
}
logger.Close()
}

func TestNewLogger_LogFile(t *testing.T) {
Expand Down

0 comments on commit 3922ed7

Please sign in to comment.