Skip to content

Commit

Permalink
run spotless apply
Browse files Browse the repository at this point in the history
  • Loading branch information
ishita-gambhir-adobe committed Jan 9, 2025
1 parent 03b24bb commit a013405
Showing 1 changed file with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -452,11 +452,13 @@ class SmallImageCardBehaviorTests {
mockedStaticServiceProvider = mockStatic(ServiceProvider::class.java)
mockedStaticServiceProvider.`when`<Any> { 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(
Expand Down

0 comments on commit a013405

Please sign in to comment.