Fix code analysis errors
With that updated Mockito, so `verifyZeroInteractions` is now `verifyNoInteractions`
This commit is contained in:
parent
1d2ca90203
commit
58a76a3d28
18 changed files with 71 additions and 69 deletions
|
|
@ -25,7 +25,7 @@ project.ext {
|
|||
testing_androidx_junit_version = "1.1.3"
|
||||
testing_androidx_arch_core_version = "2.1.0"
|
||||
testing_livedata_version = "1.2.0"
|
||||
testing_kotlin_mockito_version = "3.1.0"
|
||||
testing_kotlin_mockito_version = "4.0.0"
|
||||
testing_junit5_version = "5.7.0"
|
||||
testing_json_assert_version = "1.5.0"
|
||||
testing_junit4_version = "4.13.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue