Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Greer committed Nov 14, 2023
1 parent 41fbf78 commit fedc2dd
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,18 +90,7 @@ public void testOnMessagesUpdated() throws Exception {
embeddedManager.syncMessages();
shadowOf(getMainLooper()).idle();

// Verify that the onMessagesUpdated method was called on the mock
verify(mockHandler1, times(2)).onMessagesUpdated();
verify(mockHandler2, times(2)).onMessagesUpdated();
}

@Test
public void testTrackEmbeddedMessageReceived() throws Exception {

}

@Test
public void testOnEmbeddedMessagingDisabled() throws Exception {

}
}

0 comments on commit fedc2dd

Please sign in to comment.