We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8b8e8c commit 1311d73Copy full SHA for 1311d73
Parse/src/test/java/com/parse/ParseAuthenticationManagerTest.java
@@ -57,6 +57,7 @@ public void testRegisterMultipleShouldThrow() {
57
@Test
58
public void testRegisterAnonymous() {
59
ParseAuthenticationProvider anonymous = mock(AnonymousAuthenticationProvider.class);
60
+ when(anonymous.getAuthType()).thenReturn("anonymous");
61
62
manager.register(anonymous);
63
verifyNoMoreInteractions(controller);
0 commit comments