Skip to content

Commit

Permalink
Change test description
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinbhaskar committed Jun 29, 2020
1 parent 6749ddb commit 6c3558c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/test/scala/org/http4s/StaticFileSpec.scala
Expand Up @@ -277,7 +277,7 @@ class StaticFileSpec extends Http4sSpec with Http4sLegacyMatchersIO {
len must returnValue(Some(24005L))
}

"Read a directory from a URL" in {
"return none from a URL that is a directory" in {
// val url = getClass.getResource("/foo")
val s = StaticFile
.fromURL[IO](getClass.getResource("/foo"), testBlocker)
Expand Down

0 comments on commit 6c3558c

Please sign in to comment.