don't puke info on test
This commit is contained in:
parent
7a7b23d489
commit
79dff47957
@ -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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user