Skip to content

Commit 1311d73

Browse files
committed
Fix unit tests
1 parent e8b8e8c commit 1311d73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Parse/src/test/java/com/parse/ParseAuthenticationManagerTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ public void testRegisterMultipleShouldThrow() {
5757
@Test
5858
public void testRegisterAnonymous() {
5959
ParseAuthenticationProvider anonymous = mock(AnonymousAuthenticationProvider.class);
60+
when(anonymous.getAuthType()).thenReturn("anonymous");
6061

6162
manager.register(anonymous);
6263
verifyNoMoreInteractions(controller);

0 commit comments

Comments
 (0)