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

Commit 3da75413 authored by Neil Fuller's avatar Neil Fuller Committed by Gerrit Code Review
Browse files

Merge "Fix test support code bug"

parents 936374e5 4f4911a1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -621,7 +621,7 @@ public class NitzStateMachineImplTest extends TelephonyTest {

        void commitLatest() {
            if (hasBeenSet()) {
                mInitialValue = mValues.getLast();
                mInitialValue = mValues.getFirst();
                mValues.clear();
            }
        }