From 11ebbefb55127eee884a9080ece4aa201ad579c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 23 Feb 2023 03:22:04 +0100 Subject: Change child/parent interface for vcomponent. --- tests/test/add-and-save.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test/add-and-save.scm') 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)) -- cgit v1.2.3