mirror of
https://github.com/restic/restic.git
synced 2026-06-27 11:04:17 +00:00
get rid of fmt.Print* usages
This commit is contained in:
@@ -2,7 +2,6 @@ package restic
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
@@ -73,7 +72,7 @@ func TestSymlinkSerialization(t *testing.T) {
|
||||
var n2 Node
|
||||
err = json.Unmarshal(ser, &n2)
|
||||
test.OK(t, err)
|
||||
fmt.Println(string(ser))
|
||||
t.Logf("serialized %q\n", string(ser))
|
||||
|
||||
test.Equals(t, n.LinkTarget, n2.LinkTarget)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user