Skip to content
This repository has been archived by the owner on Jun 22, 2022. It is now read-only.

Commit

Permalink
Fix issues with heatmapTests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ph0tonic committed Jun 5, 2020
1 parent c23d726 commit 09367c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ class MapActivityTest {
MainDataManager.groupId.value = DUMMY_GROUP_ID
MainDataManager.role.value = Role.OPERATOR
}
val expectedHeatmapId = DUMMY_GROUP_ID + "__" + IdentifierUtils.id()
val expectedHeatmapId = Auth.accountId.value + "__" + IdentifierUtils.id()
mActivityRule.launchActivity(Intent())

mUiDevice.wait(Until.hasObject(By.desc(applicationContext().getString(R.string.map_ready))), MAP_LOADING_TIMEOUT)
Expand Down

0 comments on commit 09367c7

Please sign in to comment.