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

Commit 0921bc7c authored by Darrell Shi's avatar Darrell Shi
Browse files

Move FakeLogBuffer to test utils

Test: run CommunalWidgetRepositoryImplTest, which depends on
FakeLogBuffer, from sysui-studio
Bug: 305308711
Fix: 305308711

Change-Id: I7952651151c7384a1972d9a315cead7beba4d82c
parent a10767e3
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -243,9 +243,6 @@ filegroup {
        "tests/src/com/android/systemui/statusbar/pipeline/shared/data/repository/FakeConnectivityRepository.kt",
        "tests/src/com/android/systemui/statusbar/pipeline/wifi/data/repository/FakeWifiRepository.kt",

        /* Log fakes */
        "tests/src/com/android/systemui/log/core/FakeLogBuffer.kt",

        /* QS fakes */
        "tests/src/com/android/systemui/qs/pipeline/domain/interactor/FakeQSTile.kt",
    ],