Skip to content
Snippets Groups Projects
Unverified Commit 0dc62cbb authored by akwizgran's avatar akwizgran
Browse files

Fixed a test.

parent d598b6ed
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ public class ForumActivityTest {
Intent intent = new Intent();
intent.putExtra("briar.GROUP_ID", TestUtils.getRandomId());
forumActivity = Robolectric.buildActivity(TestForumActivity.class)
.withIntent(intent).create().resume().get();
.withIntent(intent).create().start().resume().get();
}
private ThreadItemList<ForumItem> getDummyData() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment