Skip to content

Commit 2ad76f8

Browse files
abcarrellkoral--
authored andcommitted
Remove broken and unnecessary test
1 parent c577672 commit 2ad76f8

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

dispatcher/src/test/kotlin/pl/droidsonroids/testing/mockwebserver/PathQueryConditionTest.kt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff 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()

0 commit comments

Comments
 (0)