From a0134054ca5ebabafff0e3e1fc5ee7f12979a7c6 Mon Sep 17 00:00:00 2001 From: Ishita Gambhir Date: Thu, 9 Jan 2025 15:25:55 +0530 Subject: [PATCH] run spotless apply --- .../aepcomposeui/components/SmallImageCardTests.kt | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/code/messaging/src/test/java/com/adobe/marketing/mobile/aepcomposeui/components/SmallImageCardTests.kt b/code/messaging/src/test/java/com/adobe/marketing/mobile/aepcomposeui/components/SmallImageCardTests.kt index 754f07f5..80578fce 100644 --- a/code/messaging/src/test/java/com/adobe/marketing/mobile/aepcomposeui/components/SmallImageCardTests.kt +++ b/code/messaging/src/test/java/com/adobe/marketing/mobile/aepcomposeui/components/SmallImageCardTests.kt @@ -452,11 +452,13 @@ class SmallImageCardBehaviorTests { mockedStaticServiceProvider = mockStatic(ServiceProvider::class.java) mockedStaticServiceProvider.`when` { ServiceProvider.getInstance() }.thenReturn(mockServiceProvider) - whenever(mockCacheService.set( - org.mockito.kotlin.any(), - org.mockito.kotlin.any(), - org.mockito.kotlin.any() - )).thenReturn(true) + whenever( + mockCacheService.set( + org.mockito.kotlin.any(), + org.mockito.kotlin.any(), + org.mockito.kotlin.any() + ) + ).thenReturn(true) // Mocking Cache to bypass cache check whenever(