summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ansi_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ansi_test.go b/src/ansi_test.go
index 36ed0c7d..9ad78eb3 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)
}