Skip to content

Commit e528a6d

Browse files
Dean KarnDean Karn
authored andcommitted
Update main log test for ansi color changes
1 parent a6db813 commit e528a6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

log_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -408,9 +408,9 @@ func TestColors(t *testing.T) {
408408
fmt.Printf("%sLightRed%s\n", ansi.LightRed, ansi.Reset)
409409
fmt.Printf("%sMagenta%s\n", ansi.Magenta, ansi.Reset)
410410
fmt.Printf("%sLightMagenta%s\n", ansi.LightMagenta, ansi.Reset)
411-
fmt.Printf("%sBrown%s\n", ansi.Brown, ansi.Reset)
412-
fmt.Printf("%sYellow%s\n", ansi.Yellow, ansi.Reset)
413-
fmt.Printf("%sLightGray%s\n", ansi.LightGray, ansi.Reset)
411+
fmt.Printf("%sBrown%s\n", ansi.Yellow, ansi.Reset)
412+
fmt.Printf("%sYellow%s\n", ansi.LightYellow, ansi.Reset)
413+
fmt.Printf("%sLightGray%s\n", ansi.Gray, ansi.Reset)
414414
fmt.Printf("%sWhite%s\n", ansi.White, ansi.Reset)
415415

416416
fmt.Printf("%s%sUnderscoreRed%s\n", ansi.Red, ansi.Underline, ansi.Reset)

0 commit comments

Comments
 (0)