File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
dispatcher/src/test/kotlin/pl/droidsonroids/testing/mockwebserver Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -273,17 +273,6 @@ class PathQueryConditionTest {
273273 .isEqualTo(- 1 )
274274 }
275275
276- @Test
277- fun `compareTo should return -1 when first condition http method has higher precedence than second condition` () {
278- val firstCondition = PathQueryConditionFactory ()
279- .withPathSuffix(" /abc" , HTTPMethod .GET )
280- val secondCondition = PathQueryConditionFactory ()
281- .withPathSuffix(" /abc" , HTTPMethod .POST )
282-
283- assertThat(firstCondition.compareTo(secondCondition))
284- .isEqualTo(- 1 )
285- }
286-
287276 @Test
288277 fun `compareTo should return -1 when the first condition has a parameter name and the second one does not` () {
289278 val firstCondition = PathQueryConditionFactory ()
You can’t perform that action at this time.
0 commit comments