Skip to content

Commit

Permalink
change to more complex test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dufgui committed Aug 24, 2019
1 parent db5e87d commit 6090bda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ void testRegexpMatches() throws IOException {

File pomFile = new File(pom.getAbsolutePath());
AddExtensionResult result = new AddExtensions(new FileProjectWriter(pomFile.getParentFile()))
.addExtensions(new HashSet<>(asList("SmallRye*")));
.addExtensions(new HashSet<>(asList("Sm??lRye**")));

result.isUpdated();

Expand Down

0 comments on commit 6090bda

Please sign in to comment.