зеркало из https://github.com/mozilla/scribe.git
remove extra print from hasline test
This commit is contained in:
Родитель
f6ebd9cdf2
Коммит
750c2b69b2
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче