Skip to content

Commit d391e7e

Browse files
committed
fix test name
1 parent b40a0ae commit d391e7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/component/artifactory_release_source_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ var _ = Describe("interacting with BOSH releases on Artifactory", func() {
146146
}))
147147
})
148148
})
149-
When("it finds the latest version", func() {
150-
It("finds the latest bosh pre release", func() { // testing FindReleaseVersion
149+
When("we disallow pre-releases", func() {
150+
It("finds the latest bosh version", func() { // testing FindReleaseVersion
151151
//s := cargo.BOSHReleaseTarballSpecification{
152152
// Name: "test",
153153
// Version: "~2.0",

0 commit comments

Comments
 (0)