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

Commit 019ed399 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Settings: Change an assert in test"

parents a42bfa83 a8e5e217
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -47,7 +47,8 @@ public class AppFilterItemTest {
                R.string.filter_all_apps);

        // Same instance, should be same
        assertThat(item).isEqualTo(item);
        // (Use isTrue as isEqualsTo will prioritize reference equality!)
        assertThat(item.equals(item)).isTrue();

        // Same content, should be same
        assertThat(item).isEqualTo(item2);