Reduce Mockito stubbing warnings (#12576)
See also: openhab/openhab-core#2893 Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -39,7 +39,7 @@ import org.openhab.binding.mycroft.internal.api.dto.MessageSpeak;
|
||||
* @author Gwendal Roulleau - Initial contribution
|
||||
*/
|
||||
@ExtendWith(MockitoExtension.class)
|
||||
@MockitoSettings(strictness = Strictness.WARN)
|
||||
@MockitoSettings(strictness = Strictness.LENIENT)
|
||||
@NonNullByDefault
|
||||
public class MycroftConnectionTest {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user