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

Commit 6d849742 authored by Neil Fuller's avatar Neil Fuller
Browse files

Fix TimeZoneDetectorStrategyTest

Fix TimeZoneDetectorStrategyTest#testFirstPlausiblePhoneSuggestionAcceptedWhenTimeZoneUninitialized.
A test that isn't run by treehugger. Broken by commit
9a812912.

Test: atest com.android.server.timezonedetector
Bug: 140712361
Change-Id: Id1c867caf45055c22d6b8462534624cc82032293
parent efacbc6c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -453,7 +453,7 @@ public class TimeZoneDetectorStrategyTest {

        @Override
        public boolean isDeviceTimeZoneInitialized() {
            return mTimeZoneId != null;
            return mTimeZoneId.getLatest() != null;
        }

        @Override