From 4449ec393d0a0e2340511c6352f1096c5bee1fbf Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Fri, 27 Nov 2015 17:25:05 -0600 Subject: [PATCH] write out test-agenda, not tests-agenda --- tests/test-agenda.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test-agenda.scm b/tests/test-agenda.scm index 844356d..bed9995 100644 --- a/tests/test-agenda.scm +++ b/tests/test-agenda.scm @@ -25,7 +25,7 @@ #:use-module (ice-9 receive) #:use-module (eightsync agenda)) -(test-begin "tests-agenda") +(test-begin "test-agenda") @@ -334,6 +334,6 @@ ;; End tests -(test-end "tests-agenda") +(test-end "test-agenda") ;; (test-exit) -- 2.31.1