Skip to content

Commit 535bb16

Browse files
committed
Merge pull request #23382 from izeye
* pr/23382: Remove duplicate assertion in matchWithNullPath() Closes gh-23382
2 parents 2c878e9 + bccc7a6 commit 535bb16

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)