diff --git a/pkg/executor/build_test.go b/pkg/executor/build_test.go index e968e3eae..f18626581 100644 --- a/pkg/executor/build_test.go +++ b/pkg/executor/build_test.go @@ -669,6 +669,7 @@ func Test_stageBuilder_build(t *testing.T) { t.Errorf("couldn't create hash %v", err) } command := MockDockerCommand{ + command: "meow", contextFiles: []string{filePath}, cacheCommand: MockCachedDockerCommand{ contextFiles: []string{filePath}, @@ -701,6 +702,7 @@ func Test_stageBuilder_build(t *testing.T) { t.Errorf("couldn't create hash %v", err) } command := MockDockerCommand{ + command: "meow", contextFiles: []string{filePath}, cacheCommand: MockCachedDockerCommand{ contextFiles: []string{filePath},