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

Commit 993d9547 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

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

Change-Id: If257d6d41f7dcde13cfd79a4c0e1e59c129bf3db
parents 77f04875 630910db
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();
            }
        }