diff --git a/internal/acceptance/workflows/scenario/step_funcs_tile_test.go b/internal/acceptance/workflows/scenario/step_funcs_tile_test.go index f97e053f..5d22da58 100644 --- a/internal/acceptance/workflows/scenario/step_funcs_tile_test.go +++ b/internal/acceptance/workflows/scenario/step_funcs_tile_test.go @@ -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()) })