Skip to content

Commit

Permalink
Fix stub syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrillosgait committed Sep 29, 2023
1 parent 18fc4dd commit 3018f14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/src/test/java/com/vinted/coper/CoperImplTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -599,8 +599,8 @@ class CoperImplTest {
val coperFragment = fixture.getFragmentSafely()
whenever(
coperFragment.requestPermissions(
eq(arrayOf(firstPermission, secondPermission)),
anyOrNull()
arrayOf(firstPermission, secondPermission),
CoperFragment.REQUEST_CODE
)
).then {
coperFragment.onRequestPermissionResult(
Expand Down

0 comments on commit 3018f14

Please sign in to comment.