Skip to content

Commit

Permalink
Fix TestStatus() logger test
Browse files Browse the repository at this point in the history
  • Loading branch information
dotNomad committed Nov 3, 2023
1 parent 5197c4d commit 669ae7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/logging/logger_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func (s *LoggingSuite) TestSuccess() {

func (s *LoggingSuite) TestStatus() {
baseLogger := NewMockBaseLogger()
baseLogger.On("Info", "message", LogKeyPhase, ProgressPhase, "arg", "value")
baseLogger.On("Info", "message", LogKeyPhase, StatusPhase, "arg", "value")

log := logger{baseLogger}
log.Status("message", "arg", "value")
Expand Down

0 comments on commit 669ae7b

Please sign in to comment.