From 3e80b81e07b21aa3c4e382cd4421ba919dbec5f0 Mon Sep 17 00:00:00 2001 From: kasun Date: Wed, 8 Apr 2026 22:35:59 +0200 Subject: [PATCH] added comment --- .../java/com/vaessl/app/connection/HomeboxIntegrationTest.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/src/test/java/com/vaessl/app/connection/HomeboxIntegrationTest.java b/backend/src/test/java/com/vaessl/app/connection/HomeboxIntegrationTest.java index b22037a..c5cc576 100644 --- a/backend/src/test/java/com/vaessl/app/connection/HomeboxIntegrationTest.java +++ b/backend/src/test/java/com/vaessl/app/connection/HomeboxIntegrationTest.java @@ -142,7 +142,8 @@ class HomeboxIntegrationTest { } /** - * Test the custom ProviderNotFound exception. + * Test the exception when there is an input for serviceType but it's + * unsupported. */ @Test void shouldReturnWrongServiceTypeException() {