mirror of
https://github.com/nkanaev/yarr.git
synced 2025-05-24 00:33:14 +00:00
remove print
This commit is contained in:
parent
7d7feda319
commit
ea5af73901
@ -1,7 +1,6 @@
|
|||||||
package opml
|
package opml
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
|
||||||
"reflect"
|
"reflect"
|
||||||
"testing"
|
"testing"
|
||||||
)
|
)
|
||||||
@ -48,7 +47,6 @@ func TestOPML(t *testing.T) {
|
|||||||
</body>
|
</body>
|
||||||
</opml>
|
</opml>
|
||||||
`
|
`
|
||||||
fmt.Println(have)
|
|
||||||
if !reflect.DeepEqual(want, have) {
|
if !reflect.DeepEqual(want, have) {
|
||||||
t.Logf("want: %s", want)
|
t.Logf("want: %s", want)
|
||||||
t.Logf("have: %s", have)
|
t.Logf("have: %s", have)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user