From af376b9f2d87854d0fbbf66e44aeb528c31f78a7 Mon Sep 17 00:00:00 2001 From: cketti Date: Fri, 27 Mar 2026 16:28:17 +0100 Subject: [PATCH] Change assertion to avoid API 30 function --- .../synctools/storage/calendar/AndroidRecurringCalendarTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/androidTest/kotlin/at/bitfire/synctools/storage/calendar/AndroidRecurringCalendarTest.kt b/lib/src/androidTest/kotlin/at/bitfire/synctools/storage/calendar/AndroidRecurringCalendarTest.kt index 68ad34f6..201245b2 100644 --- a/lib/src/androidTest/kotlin/at/bitfire/synctools/storage/calendar/AndroidRecurringCalendarTest.kt +++ b/lib/src/androidTest/kotlin/at/bitfire/synctools/storage/calendar/AndroidRecurringCalendarTest.kt @@ -343,7 +343,7 @@ class AndroidRecurringCalendarTest { Events.ORIGINAL_INSTANCE_TIME to "SomeValue", Events.ORIGINAL_ALL_DAY to "SomeValue" ))) - assertTrue(result.entityValues.isEmpty) + assertEquals(0, result.entityValues.size()) } @Test