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

Commit 692697f7 authored by Neil Fuller's avatar Neil Fuller Committed by Automerger Merge Worker
Browse files

Merge "Fix test support code bug" am: 3da75413 am: 11972f94 am: 630910db am: 993d9547

Original change: https://android-review.googlesource.com/c/platform/frameworks/opt/telephony/+/1423330

Change-Id: Ia290ec3d4fad7f5b745caa3cd79ebeb6ef155f9f
parents 596a65e0 993d9547
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();
            }
        }