Skip to content

Commit

Permalink
fix flakey test value
Browse files Browse the repository at this point in the history
I am working on a fix for this here: #462
  • Loading branch information
crhntr authored and pvaramballypivot committed Jan 12, 2024
1 parent 240ea84 commit 2efc510
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -19,7 +19,7 @@ func Test_theLockSpecifiesVersionForRelease(t *testing.T) {

t.Run("it matches the release version", func(t *testing.T) {
ctx, please := setup(t)
err := theLockSpecifiesVersionForRelease(ctx, "0.1.5", "hello-release")
err := theLockSpecifiesVersionForRelease(ctx, "0.2.3", "hello-release")
please.Expect(err).NotTo(HaveOccurred())
})

Expand Down

0 comments on commit 2efc510

Please sign in to comment.