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 committed Jan 12, 2024
1 parent 86e7dfe commit ffbda31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
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 ffbda31

Please sign in to comment.