Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b48d3775 authored by Flavio Lerda's avatar Flavio Lerda
Browse files

Fix tests.

Follow-up on c81b1e29.

The commit above removed the title entry from the stream items. This
commit also updates the corresponding test.

Bug: 5517874
Change-Id: I916ef8c1a7ad1f4048d32ad18b22b6a0767cb05c
parent 91cefcd7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ public class StreamItemAdapterTest extends AndroidTestCase {
    public void testGetCount_NonEmpty() {
        mAdapter.setStreamItems(createStreamItemList(3));
        // There is one extra view: the header.
        assertEquals(5, mAdapter.getCount());
        assertEquals(4, mAdapter.getCount());
    }

    public void testGetView_Header() {