Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
leighdouglas committed Mar 29, 2021
1 parent 741d608 commit 96ed4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/test/java/com/kickstarter/libs/SegmentTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ class SegmentTest : KSRobolectricTestCase() {
assertEquals(5, expectedProperties["user_launched_projects_count"])
assertEquals(6, expectedProperties["user_created_projects_count"])
assertEquals(true, expectedProperties["user_facebook_connected"])
assertEquals(14, expectedProperties["user_watched_projects_count"])
assertEquals(10, expectedProperties["user_watched_projects_count"])
assertEquals("15", expectedProperties["user_uid"])
assertEquals("NG", expectedProperties["user_country"])
assertEquals(isAdmin, expectedProperties["user_is_admin"])
Expand Down

0 comments on commit 96ed4fa

Please sign in to comment.