Update color profile test per termenv v0.9.0 update

This commit is contained in:
Christian Rocha 2021-06-29 11:54:20 -04:00
parent 093474ebdf
commit a6ae7e925f

View File

@ -25,7 +25,7 @@ func TestSetColorProfile(t *testing.T) {
termenv.ANSI,
"hello",
NewStyle().Foreground(Color("#5A56E0")),
"\x1b[34mhello\x1b[0m",
"\x1b[94mhello\x1b[0m",
},
{
termenv.ANSI256,