mirror of https://github.com/restic/restic.git
Correct log statement
This commit is contained in:
parent
7faf272996
commit
43f7a1fcd9
|
@ -31,7 +31,7 @@ func TestCreateSnapshot(t *testing.T) {
|
|||
|
||||
sn := snapshots[0]
|
||||
if sn.Time.Before(testSnapshotTime) || sn.Time.After(testSnapshotTime.Add(testCreateSnapshots*time.Second)) {
|
||||
t.Fatalf("timestamp %v is outside of the allowed time range", sn.Time, testSnapshotTime)
|
||||
t.Fatalf("timestamp %v is outside of the allowed time range", sn.Time)
|
||||
}
|
||||
|
||||
if sn.Tree == nil {
|
||||
|
|
Loading…
Reference in New Issue