Skip to content

Commit

Permalink
Remove extra test in SEPADirectDebitClientUnitTest
Browse files Browse the repository at this point in the history
  • Loading branch information
scannillo committed Nov 3, 2023
1 parent a1b0434 commit bd911a2
Showing 1 changed file with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -477,18 +477,3 @@ public void onBrowserSwitchResult_whenBrowserSwitchStatusSuccess_whenDeepLinkURL
assertEquals("Unknown error", exception.getMessage());
}
}

// Save for SEPABrowserSwitchResult_Tests

// @Test
// public void getBrowserSwitchResult_getBrowserSwitchResultFromBraintreeClient() {
// SEPADirectDebitApi sepaDirectDebitApi = new MockSEPADirectDebitApiBuilder().build();
//
// braintreeClient = new MockBraintreeClientBuilder()
// .build();
//
// SEPADirectDebitClient sut =
// new SEPADirectDebitClient(activity, lifecycle, braintreeClient, sepaDirectDebitApi);
// sut.getBrowserSwitchResult(activity);
// verify(braintreeClient).getBrowserSwitchResult(activity);
// }

0 comments on commit bd911a2

Please sign in to comment.