Merge "Verify That Reported CellInfo Type is Known"
am: 2c6e6b85bf

Change-Id: Ic2e3841fc9e73941ead22b20e88f8d5d7bf607cd
diff --git a/tests/tests/telephony/current/src/android/telephony/cts/CellInfoTest.java b/tests/tests/telephony/current/src/android/telephony/cts/CellInfoTest.java
index 465c9ca..ee3ff6e 100644
--- a/tests/tests/telephony/current/src/android/telephony/cts/CellInfoTest.java
+++ b/tests/tests/telephony/current/src/android/telephony/cts/CellInfoTest.java
@@ -173,6 +173,8 @@
                 verifyTdscdmaInfo((CellInfoTdscdma) cellInfo);
             } else if (cellInfo instanceof CellInfoNr) {
                 verifyNrInfo((CellInfoNr) cellInfo);
+            } else {
+                fail("Unknown CellInfo Type reported.");
             }
         }