Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
He-Pin committed Jan 11, 2025
1 parent c26b99d commit 47554c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ object ExampleTests extends TestSuite{

val tests = Tests{

test("StaticFiles") - withServer(StaticFiles){ host =>
test("StaticFiles") - withServer(staticFilesWithLoom){ host =>
requests.get(s"$host/static/file/example.txt").text() ==>
"the quick brown fox jumps over the lazy dog"

Expand Down

0 comments on commit 47554c0

Please sign in to comment.