Skip to content

Commit

Permalink
Update Venmo/src/test/java/com/braintreepayments/api/VenmoLauncherUni…
Browse files Browse the repository at this point in the history
…tTest.java

Co-authored-by: scannillo <[email protected]>
  • Loading branch information
sarahkoop and scannillo authored Oct 10, 2023
1 parent 8c71134 commit 68c8c25
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ public void constructor_createsActivityLauncher() {
verify(activityResultRegistry).register(eq(expectedKey), same(lifecycleOwner),
Mockito.<ActivityResultContract<VenmoAuthChallenge, VenmoAuthChallengeResult>>any(),
Mockito.any());

}

@Test
Expand Down

0 comments on commit 68c8c25

Please sign in to comment.