From 973a1ea103c8de23cccb2552c16b77761c9a1bbc Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Thu, 6 Feb 2020 18:23:08 +0100 Subject: [PATCH] remove comented code --- common/step_download_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/common/step_download_test.go b/common/step_download_test.go index e50483781..b7e297b37 100644 --- a/common/step_download_test.go +++ b/common/step_download_test.go @@ -74,7 +74,6 @@ func TestStepDownload_Run(t *testing.T) { fields{Url: []string{abs(t, "./test-fixtures/root/another.txt")}}, multistep.ActionContinue, []string{ - // toSha1(abs(t, "./test-fixtures/root/another.txt")), toSha1(abs(t, "./test-fixtures/root/another.txt")) + ".lock", }, },