Skip to content

Commit

Permalink
CoreFamilyMemberFloatingMenu tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mstjamush committed Dec 4, 2020
1 parent 840f5ee commit 2e6a9ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public void whenRedrawAnswered() {

@Test
public void testGetCallLayout() {
Mockito.when(coreFamilyMemberFloatingMenuTest.getCallLayout())
when(coreFamilyMemberFloatingMenuTest.getCallLayout())
.thenReturn(view);
Assert.assertEquals(view, coreFamilyMemberFloatingMenuTest.getCallLayout());
}
Expand Down

0 comments on commit 2e6a9ed

Please sign in to comment.