Skip to content

Commit

Permalink
Expect 3.3 before 3.4 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Nov 18, 2024
1 parent 675bc15 commit 051a576
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ void upgradeVersion() {
</project>
""",
spec -> spec.after(actual -> {
assertThat(actual).containsPattern("<version>3.3.\\d+</version>");
assertThat(actual).containsPattern("<version>3.[34].\\d+</version>");
return actual;
})
)
Expand Down

0 comments on commit 051a576

Please sign in to comment.