Skip to content

Commit fedd765

Browse files
committed
Fix tests by adding GDG prefix.
We began to display chapter names with the prefix in the last release
1 parent 4530125 commit fedd765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/androidTest/java/org/gdg/frisbee/android/activity/MainActivityDeepLinkTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ protected void beforeActivityLaunched() {
3939
@Test
4040
public void canHandleDevelopersGoogleChapterUri() {
4141
activityRule.launchActivity(new Intent(Intent.ACTION_VIEW, URI_GDG_BRUSSELS));
42-
onViewChapterSwitcher().check(matches(withText("Brussels")));
42+
onViewChapterSwitcher().check(matches(withText("GDG Brussels")));
4343
}
4444

4545
@Test

0 commit comments

Comments
 (0)