Skip to content

Commit

Permalink
test(images-dependencies): fix getDependencies helper test description
Browse files Browse the repository at this point in the history
  • Loading branch information
distorhead committed Jan 31, 2022
1 parent 30f06fb commit 6298d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/build/stage/dependencies_test.go
Expand Up @@ -205,7 +205,7 @@ var _ = Describe("DependenciesStage", func() {

var _ = Describe("getDependencies helper", func() {
When("using stapel image dependencies", func() {
It("", func() {
It("selects dependencies which are suitable for specified stage", func() {
img := &config.StapelImageBase{
Dependencies: []*config.Dependency{
{
Expand Down

0 comments on commit 6298d3d

Please sign in to comment.