fix tests
This commit is contained in:
parent
58c0d47fa6
commit
ae5a7bf158
|
|
@ -669,6 +669,7 @@ func Test_stageBuilder_build(t *testing.T) {
|
||||||
t.Errorf("couldn't create hash %v", err)
|
t.Errorf("couldn't create hash %v", err)
|
||||||
}
|
}
|
||||||
command := MockDockerCommand{
|
command := MockDockerCommand{
|
||||||
|
command: "meow",
|
||||||
contextFiles: []string{filePath},
|
contextFiles: []string{filePath},
|
||||||
cacheCommand: MockCachedDockerCommand{
|
cacheCommand: MockCachedDockerCommand{
|
||||||
contextFiles: []string{filePath},
|
contextFiles: []string{filePath},
|
||||||
|
|
@ -701,6 +702,7 @@ func Test_stageBuilder_build(t *testing.T) {
|
||||||
t.Errorf("couldn't create hash %v", err)
|
t.Errorf("couldn't create hash %v", err)
|
||||||
}
|
}
|
||||||
command := MockDockerCommand{
|
command := MockDockerCommand{
|
||||||
|
command: "meow",
|
||||||
contextFiles: []string{filePath},
|
contextFiles: []string{filePath},
|
||||||
cacheCommand: MockCachedDockerCommand{
|
cacheCommand: MockCachedDockerCommand{
|
||||||
contextFiles: []string{filePath},
|
contextFiles: []string{filePath},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue