aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/database.scm1
-rw-r--r--tests/http.scm1
-rw-r--r--tests/metrics.scm1
3 files changed, 3 insertions, 0 deletions
diff --git a/tests/database.scm b/tests/database.scm
index a5083ca..73b347c 100644
--- a/tests/database.scm
+++ b/tests/database.scm
@@ -93,6 +93,7 @@
(%db-channel (make-worker-thread-channel
(lambda ()
(list (%db)))))
+ (%db-writer-channel (%db-channel))
#t))
(test-assert "sqlite-exec"
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"
diff --git a/tests/metrics.scm b/tests/metrics.scm
index 48ee53a..b957d88 100644
--- a/tests/metrics.scm
+++ b/tests/metrics.scm
@@ -53,6 +53,7 @@
(%db-channel (make-worker-thread-channel
(lambda ()
(list (%db)))))
+ (%db-writer-channel (%db-channel))
#t))
(test-assert "sqlite-exec"