Skip to content

Commit 828add8

Browse files
committed
Remove warning
1 parent a980fc5 commit 828add8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

router/src/test/kotlin/io/moia/router/RouterTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class RouterTest {
9696
@Test
9797
fun `should not consume for a deletion route`() {
9898
val router = router {
99-
DELETE("/delete-me") { r: Request<Unit> ->
99+
DELETE("/delete-me") { _: Request<Unit> ->
100100
ResponseEntity.ok(null)
101101
}
102102
}

0 commit comments

Comments
 (0)