don't puke info on test

This commit is contained in:
Aaron Bieber 2020-02-05 07:56:00 -07:00
parent 7a7b23d489
commit 79dff47957

View File

@ -1,7 +1,6 @@
package plugins
import (
"fmt"
"testing"
)
@ -15,5 +14,4 @@ func TestBeer(t *testing.T) {
if b.Nhits == 0 {
t.Errorf("Expected 7 results; got %d\n", b.Nhits)
}
fmt.Printf("%+v", b)
}