mirror of
https://github.com/restic/restic.git
synced 2025-08-20 03:47:29 +00:00
Correct log statement
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user