Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Grunberger <danielgrunberger@armosec.io>
  • Loading branch information
Daniel Grunberger committed Aug 17, 2023
1 parent 789cf4d commit 4e45387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iconlogger/logger_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func TestGetSymbol(t *testing.T) {
{"Fatal", "fatal", "❌ "},
{"Error", "error", "❌ "},
{"Debug", "debug", "🐞 "},
{"Default", "info", "ℹ️ "},
{"Default", "info", "ℹ️ "},
}

for _, tt := range tests {
Expand Down

0 comments on commit 4e45387

Please sign in to comment.