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

Commit 39916322 authored by Hyundo Moon's avatar Hyundo Moon Committed by Cherrypicker Worker
Browse files

Fix isMetadataSynced_whenSynced_returnsTrue failure

The error was not caught by presubmit 
since the build was broken at that time.

Bug: 265373994
Change-Id: Ia888572203d9614f1f1ca6426a7c294638b77e75
Test: atest GPMWrapperTest
(cherry picked from commit 0810d380)
Merged-In: Ia888572203d9614f1f1ca6426a7c294638b77e75
parent f66923d9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -111,6 +111,6 @@ public class GPMWrapperTest {

        GPMWrapper wrapper = new GPMWrapper(mContext, mMediaController, null);

        assertThat(wrapper.isMetadataSynced()).isFalse();
        assertThat(wrapper.isMetadataSynced()).isTrue();
    }
}