Skip to content

Commit c49ad84

Browse files
committed
Change test after parser properties change
1 parent 1af2236 commit c49ad84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbm-support-rewrite/src/test/java/org/springframework/sbm/parsers/ParserPropertiesTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ void defaultActiveProfiles() {
8787
@Test
8888
@DisplayName("parser.ignoredPathPatterns")
8989
void defaultIgnoredPathPatterns() {
90-
assertThat(parserProperties.getIgnoredPathPatterns()).containsExactlyInAnyOrder("target/**", "**.git", "**/target/**", "**.idea");
90+
assertThat(parserProperties.getIgnoredPathPatterns()).containsExactlyInAnyOrder("**.idea/**", "**.git", "**/target/**", "target/**");
9191
}
9292

9393
}

0 commit comments

Comments
 (0)