diff options
Diffstat (limited to 'tests/http.scm')
-rw-r--r-- | tests/http.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/http.scm b/tests/http.scm index 23bfce6..e0ab840 100644 --- a/tests/http.scm +++ b/tests/http.scm @@ -114,6 +114,7 @@ (%db-channel (make-worker-thread-channel (lambda () (list (%db))))) + (%db-writer-channel (%db-channel)) #t)) (test-assert "cuirass-run" |