Skip to content

Commit

Permalink
Fix Android test.
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejwalkowiak committed Apr 19, 2021
1 parent a79f6a3 commit ddd27b1
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,9 @@ class DefaultAndroidEventProcessorTest {
setUser(user)
}
event = sut.process(event, null)
assertNotNull(event.user)
assertNotNull(event.user.id)
assertNotNull(event.user) {
assertNotNull(it.id)
}
}

@Test
Expand Down

0 comments on commit ddd27b1

Please sign in to comment.