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

Commit 0810d380 authored by Hyundo Moon's avatar Hyundo Moon
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
parent 3c7fb667
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();
    }
}