aboutsummaryrefslogtreecommitdiff
path: root/tests/model-derivation.scm
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2020-02-24 21:16:41 +0000
committerChristopher Baines <mail@cbaines.net>2020-02-24 21:16:41 +0000
commitffdde6ba369896cfbe58eb647446e812511d8bd8 (patch)
treee6b881ee02a80f798d940080845fb416e3bdb0fc /tests/model-derivation.scm
parentb337c5fcb2cfca0454f28add31533a25d70641f2 (diff)
downloaddata-service-ffdde6ba369896cfbe58eb647446e812511d8bd8.tar
data-service-ffdde6ba369896cfbe58eb647446e812511d8bd8.tar.gz
Check that the test database is being used in all the tests
Diffstat (limited to 'tests/model-derivation.scm')
-rw-r--r--tests/model-derivation.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/model-derivation.scm b/tests/model-derivation.scm
index e02ff50..c396c84 100644
--- a/tests/model-derivation.scm
+++ b/tests/model-derivation.scm
@@ -8,6 +8,8 @@
(with-postgresql-connection
"test-model-derivation"
(lambda (conn)
+ (check-test-database! conn)
+
(test-equal "valid-systems"
'("aarch64-linux" "armhf-linux" "i686-linux" "mips64el-linux" "x86_64-linux")
(valid-systems conn))