aboutsummaryrefslogtreecommitdiff
path: root/tests/test/add-and-save.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test/add-and-save.scm')
-rw-r--r--tests/test/add-and-save.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test/add-and-save.scm b/tests/test/add-and-save.scm
index 70b8cce2..fb3277bb 100644
--- a/tests/test/add-and-save.scm
+++ b/tests/test/add-and-save.scm
@@ -112,7 +112,7 @@
(test-equal "Correct amount of children in calendar"
- 2 (length (children calendar)))
+ 5 (length (children calendar)))
(define get-events (@@ (vcomponent util instance methods) get-events))