From 2a71abbd52d4472385e6e300ebbfd335b24564e6 Mon Sep 17 00:00:00 2001 From: ViacheslavKlimov Date: Tue, 15 Oct 2024 14:10:05 +0300 Subject: [PATCH] Fix InstallScriptsTest --- .../server/service/install/InstallScriptsTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/src/test/java/org/thingsboard/server/service/install/InstallScriptsTest.java b/application/src/test/java/org/thingsboard/server/service/install/InstallScriptsTest.java index 37b50fda4f..e63e80ef3d 100644 --- a/application/src/test/java/org/thingsboard/server/service/install/InstallScriptsTest.java +++ b/application/src/test/java/org/thingsboard/server/service/install/InstallScriptsTest.java @@ -36,7 +36,7 @@ import org.thingsboard.server.dao.service.validator.RuleChainDataValidator; import org.thingsboard.server.dao.tenant.TenantService; import org.thingsboard.server.dao.usagerecord.ApiLimitService; import org.thingsboard.server.dao.widget.WidgetTypeService; -import org.thingsboard.server.dao.widget.WidgetsBundleService; +import org.thingsboard.server.service.entitiy.widgets.bundle.TbWidgetsBundleService; import org.thingsboard.server.service.install.update.ImagesUpdater; import java.io.IOException; @@ -60,7 +60,7 @@ class InstallScriptsTest { @MockBean WidgetTypeService widgetTypeService; @MockBean - WidgetsBundleService widgetsBundleService; + TbWidgetsBundleService tbWidgetsBundleService; @MockBean OAuth2ConfigTemplateService oAuth2TemplateService; @MockBean