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

Commit 5bdc87a5 authored by Jeff DeCew's avatar Jeff DeCew
Browse files

Fix broken test



I forgot to update this test when I changed the code in I83b6f4ba6711d371a0ceb485316a61e284e79374.

Fixes: 212753640
Test: atest MediaCoordinatorTest
Signed-off-by: default avatarJeff DeCew <jeffdq@google.com>
Change-Id: Ic9afe118bce2c364328a6d8ff405ab4a638ddc84
parent 752e4256
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -120,7 +120,7 @@ public final class MediaCoordinatorTest extends SysuiTestCase {
    private NotifFilter captureFilter(MediaCoordinator coordinator) {
        ArgumentCaptor<NotifFilter> filterCaptor = ArgumentCaptor.forClass(NotifFilter.class);
        coordinator.attach(mNotifPipeline);
        verify(mNotifPipeline).addFinalizeFilter(filterCaptor.capture());
        verify(mNotifPipeline).addPreGroupFilter(filterCaptor.capture());
        return filterCaptor.getValue();
    }
}