Skip to content

Commit f4d41c1

Browse files
eduardboschkoral--
authored andcommitted
refactor: Rename test
1 parent 2ede224 commit f4d41c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dispatcher/src/test/kotlin/pl/droidsonroids/testing/mockwebserver/condition/HttpUrlConditionTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class HttpUrlConditionTest {
5151
}
5252

5353
@Test
54-
fun `request with URL and same request type should match`() {
54+
fun `request with URL and same request method should match`() {
5555
val matchAllUrlCondition = object : HttpUrlCondition() {
5656
override val httpMethod: HTTPMethod
5757
get() = HTTPMethod.GET

0 commit comments

Comments
 (0)