remove extra print from hasline test

This commit is contained in:
Aaron Meihm 2017-07-19 16:13:45 -05:00
Родитель f6ebd9cdf2
Коммит 750c2b69b2
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -8,7 +8,6 @@
package scribe_test
import (
"fmt"
"github.com/mozilla/scribe"
"strings"
"testing"
@ -69,7 +68,6 @@ func TestHasLinePolicy(t *testing.T) {
if err != nil {
t.Fatalf("scribe.GetResults: %v", err)
}
fmt.Println(sres.String())
if stest.ExpectError {
if !sres.IsError {
t.Fatalf("test %v should have been an error", x)