remove print
This commit is contained in:
parent
7d7feda319
commit
ea5af73901
1 changed files with 0 additions and 2 deletions
|
|
@ -1,7 +1,6 @@
|
|||
package opml
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"reflect"
|
||||
"testing"
|
||||
)
|
||||
|
|
@ -48,7 +47,6 @@ func TestOPML(t *testing.T) {
|
|||
</body>
|
||||
</opml>
|
||||
`
|
||||
fmt.Println(have)
|
||||
if !reflect.DeepEqual(want, have) {
|
||||
t.Logf("want: %s", want)
|
||||
t.Logf("have: %s", have)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue