mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-25 17:53:24 +01:00
Remove debugging print in test
This commit is contained in:
parent
53bc250a9b
commit
6ad7a66fab
@ -175,7 +175,6 @@ yes | hishtory init `+userSecret)
|
|||||||
for _, item := range expected {
|
for _, item := range expected {
|
||||||
require.Contains(t, out, item, "output is missing expected item")
|
require.Contains(t, out, item, "output is missing expected item")
|
||||||
if strings.Count(out, item) != 1 {
|
if strings.Count(out, item) != 1 {
|
||||||
fmt.Println("TODO: Debugging: out=" + out)
|
|
||||||
t.Fatalf("output has %#v in it multiple times! out=%#v", item, out)
|
t.Fatalf("output has %#v in it multiple times! out=%#v", item, out)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user