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", }, },