Skip to content

Commit

Permalink
Avoid UnnecessaryStubbingException
Browse files Browse the repository at this point in the history
  • Loading branch information
WhatAKitty committed Mar 27, 2019
1 parent 342f9df commit 9e518df
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -24,7 +24,7 @@
* @description
**/
@Slf4j
@RunWith(MockitoJUnitRunner.class)
@RunWith(MockitoJUnitRunner.Silent.class)
public class RedisLockTest {

@Mock
Expand Down

0 comments on commit 9e518df

Please sign in to comment.