Skip to content

Commit d1b9914

Browse files
committed
Update test failure: no instance found
1 parent fd32df8 commit d1b9914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Hyper/Node/FileServerSpec.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ serveFilesAndGet path =
3434
app = fileServer "test/Hyper/Node/FileServerSpec" on404
3535

3636
on404 = Ix.do
37-
body <- liftEffect (Buffer.fromString "Not Found" UTF8)
37+
body :: Buffer.Buffer <- liftEffect (Buffer.fromString "Not Found" UTF8)
3838
writeStatus statusNotFound
3939
headers []
4040
respond body

0 commit comments

Comments
 (0)