From 66c26676c938e6ba35440bcb2e851fb025549ed0 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sun, 20 Aug 2023 13:09:03 +0200 Subject: Add gnid to species - still a bug --- test/runner.scm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/runner.scm') diff --git a/test/runner.scm b/test/runner.scm index 45f2b0c..5555dc2 100644 --- a/test/runner.scm +++ b/test/runner.scm @@ -19,4 +19,7 @@ (test-equal "tomato-data should have a description" (assoc-ref (get-expanded-taxon-data "tomato") "description") "type of plant species with edible, often red, berry fruit") +(test-assert "mouse-meta should list all groups/populations/cohorts" + (assoc "links" (get-expanded-taxon-meta "mouse"))) + (test-end "runner") -- cgit v1.2.3