fix tests

This commit is contained in:
Tejal Desai 2020-02-28 02:53:42 -08:00
parent 58c0d47fa6
commit ae5a7bf158
1 changed files with 2 additions and 0 deletions

View File

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