Skip to content

Commit

Permalink
fix failling tests because of volumefrom renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
antho1404 committed Sep 3, 2018
1 parent 13c5a49 commit f254ae9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service/start_test.go
Expand Up @@ -226,7 +226,7 @@ func TestExtractVolumes(t *testing.T) {
dep = &DependencyFromService{
Service: &Service{},
Dependency: &Dependency{
Volumesfrom: []string{"test"},
VolumesFrom: []string{"test"},
},
}
_, err = dep.extractVolumes()
Expand All @@ -241,7 +241,7 @@ func TestExtractVolumes(t *testing.T) {
},
},
Dependency: &Dependency{
Volumesfrom: []string{"test"},
VolumesFrom: []string{"test"},
},
}
volumes, err = dep.extractVolumes()
Expand Down

0 comments on commit f254ae9

Please sign in to comment.