Skip to content

Commit

Permalink
fix changes
Browse files Browse the repository at this point in the history
  • Loading branch information
varshith257 committed Jun 16, 2024
1 parent 07d0846 commit 01c7cd8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions zio-http/jvm/src/test/scala/zio/http/RoutePatternSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -413,12 +413,6 @@ object RoutePatternSpec extends ZIOHttpSpec {
println("Testing routePattern with index.htm path:")
println(routePattern.matches(Method.GET, Path("index.htm")))

println("Testing routePattern with index path:")
println(routePattern.matches(Method.GET, Path("index")))

println("Testing routePattern with other path:")
println(routePattern.matches(Method.GET, Path("other")))

assertTrue(routePattern.matches(Method.GET, Path("")))
assertTrue(routePattern.matches(Method.GET, Path("index.html")))
assertTrue(routePattern.matches(Method.GET, Path("index.htm")))
Expand Down

0 comments on commit 01c7cd8

Please sign in to comment.