From 97899b7b4d8758a196cd106f87b28e4f867b1833 Mon Sep 17 00:00:00 2001 From: "Jan N. Klug" Date: Tue, 16 Jul 2024 20:32:44 +0200 Subject: [PATCH] Fix tests Signed-off-by: Jan N. Klug --- .../thing/internal/profiles/SystemProfileFactoryOSGiTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/openhab/core/thing/internal/profiles/SystemProfileFactoryOSGiTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/openhab/core/thing/internal/profiles/SystemProfileFactoryOSGiTest.java index ad256c4e25e..b39b509dd07 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/openhab/core/thing/internal/profiles/SystemProfileFactoryOSGiTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/openhab/core/thing/internal/profiles/SystemProfileFactoryOSGiTest.java @@ -73,7 +73,7 @@ public void beforeEach() { @Test public void systemProfileTypesAndUidsShouldBeAvailable() { Collection systemProfileTypeUIDs = profileFactory.getSupportedProfileTypeUIDs(); - assertThat(systemProfileTypeUIDs, hasSize(21)); + assertThat(systemProfileTypeUIDs, hasSize(24)); Collection systemProfileTypes = profileFactory.getProfileTypes(null); assertThat(systemProfileTypes, hasSize(systemProfileTypeUIDs.size()));