From f26c0cb70fe3796630adfa69021b70a3fbe3b6be Mon Sep 17 00:00:00 2001 From: Tobias Klein Date: Sat, 9 Sep 2017 14:58:07 +0200 Subject: [PATCH] testcase updated --- internal/archiver/archiver_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/archiver/archiver_test.go b/internal/archiver/archiver_test.go index 88c85aa98..cc29ae330 100644 --- a/internal/archiver/archiver_test.go +++ b/internal/archiver/archiver_test.go @@ -354,7 +354,7 @@ func TestArchiveNameCollision(t *testing.T) { arch := archiver.New(repo) - sn, id, err := arch.Snapshot(context.TODO(), nil, []string{"testfile", filepath.Join("..", "testfile")}, nil, "localhost", nil) + sn, id, err := arch.Snapshot(context.TODO(), nil, []string{"testfile", filepath.Join("..", "testfile")}, nil, "localhost", nil, time.Now()) OK(t, err) t.Logf("snapshot archived as %v", id)