Skip to content

Commit

Permalink
tests fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Junker committed Mar 17, 2019
1 parent a1530cf commit baf0e45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
(response/make #:code 200 "SOME TEXT")))))

(check-true (void?
(routy/files "/my-site" #:root "/var/www"))))
(routy/files "/my-site" #:root "/var/www")))

(define req (request #"GET" (string->url "/blog/racket/page/2") '() (delay '()) #f "127.0.0.1" 8000 "127.0.0.1"))

Expand All @@ -54,4 +54,4 @@

(check-equal?
(get-output-string content-port)
"blog:racket page:2")
"blog:racket page:2"))

0 comments on commit baf0e45

Please sign in to comment.