diff --git a/src/ansi_test.go b/src/ansi_test.go index 36ed0c7..9ad78eb 100644 --- a/src/ansi_test.go +++ b/src/ansi_test.go @@ -1,7 +1,6 @@ package fzf import ( - "fmt" "math/rand" "regexp" "strings" @@ -207,7 +206,7 @@ func TestExtractColor(t *testing.T) { if output != "hello world" { t.Errorf("Invalid output: %s %v", output, []rune(output)) } - fmt.Println(src, ansiOffsets, clean) + t.Log(src, ansiOffsets, clean) assertion(ansiOffsets, state) }