Skip to content

Commit bccc7a6

Browse files
izeyesnicoll
authored andcommitted
Remove duplicate assertion in matchWithNullPath()
See gh-23382
1 parent 2c878e9 commit bccc7a6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-core/src/test/java/org/springframework/util/AntPathMatcherTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ public void match() {
136136
public void matchWithNullPath() {
137137
assertThat(pathMatcher.match("/test", null)).isFalse();
138138
assertThat(pathMatcher.match("/", null)).isFalse();
139-
assertThat(pathMatcher.match("/", null)).isFalse();
140139
assertThat(pathMatcher.match(null, null)).isFalse();
141140
}
142141

0 commit comments

Comments
 (0)