We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dfd215 commit a58a553Copy full SHA for a58a553
src/test/java/org/medicmobile/webapp/mobile/UrlHandlerTest.java
@@ -82,7 +82,7 @@ public void shouldOverrideUrlLoading_withExternalOidcProviderUrl() {
82
CustomTabsIntent.Builder.class,
83
(mock, context) -> when(mock.build()).thenReturn(intent)
84
)) {
85
- doNothing().when(intent).launchUrl(any(), any());
+ doNothing().when(intent).launchUrl(any(), any());
86
when(webResourceRequest.getUrl()).thenReturn(expectedUri);
87
88
boolean result = handler.shouldOverrideUrlLoading(webView, webResourceRequest);
0 commit comments