Remove duplicate assertion in matchWithNullPath()
See gh-23382
This commit is contained in:
committed by
Stephane Nicoll
parent
2c878e9331
commit
bccc7a62f4
@@ -136,7 +136,6 @@ public class AntPathMatcherTests {
|
|||||||
public void matchWithNullPath() {
|
public void matchWithNullPath() {
|
||||||
assertThat(pathMatcher.match("/test", null)).isFalse();
|
assertThat(pathMatcher.match("/test", null)).isFalse();
|
||||||
assertThat(pathMatcher.match("/", null)).isFalse();
|
assertThat(pathMatcher.match("/", null)).isFalse();
|
||||||
assertThat(pathMatcher.match("/", null)).isFalse();
|
|
||||||
assertThat(pathMatcher.match(null, null)).isFalse();
|
assertThat(pathMatcher.match(null, null)).isFalse();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user