aboutsummaryrefslogtreecommitdiff
path: root/tests/test/add-and-save.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-02-23 03:22:04 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2023-02-23 05:40:51 +0100
commit11ebbefb55127eee884a9080ece4aa201ad579c1 (patch)
tree8b7ee9a89f9d901b06e23d186cecea5e8a61327c /tests/test/add-and-save.scm
parentStart using (vcomponent create) in tests. (diff)
downloadcalp-11ebbefb55127eee884a9080ece4aa201ad579c1.tar.gz
calp-11ebbefb55127eee884a9080ece4aa201ad579c1.tar.xz
Change child/parent interface for vcomponent.
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))