aboutsummaryrefslogtreecommitdiff
path: root/tests/carservice_unit_test
diff options
context:
space:
mode:
authorYing Zheng <yizheng@google.com>2018-06-15 11:17:20 -0700
committerYing Zheng <yizheng@google.com>2018-06-15 11:17:20 -0700
commit0718ba839f199f72760569889164c0bb66119131 (patch)
tree6b30fe31b2857879427f3946d4a84da48993eca5 /tests/carservice_unit_test
parentcc102759342a3e40ac57bc940ca6420073162c83 (diff)
downloadCar-0718ba839f199f72760569889164c0bb66119131.tar.gz
Fix CarUserManagerHelperTest.
Test: Unit test Bug: 110165933 Change-Id: I6b286316a3c3b64624f366ad23356a36373ed7a5
Diffstat (limited to 'tests/carservice_unit_test')
-rw-r--r--tests/carservice_unit_test/src/com/android/car/CarUserManagerHelperTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/carservice_unit_test/src/com/android/car/CarUserManagerHelperTest.java b/tests/carservice_unit_test/src/com/android/car/CarUserManagerHelperTest.java
index 7fe04dcf80..3e42ab81e8 100644
--- a/tests/carservice_unit_test/src/com/android/car/CarUserManagerHelperTest.java
+++ b/tests/carservice_unit_test/src/com/android/car/CarUserManagerHelperTest.java
@@ -134,7 +134,7 @@ public class CarUserManagerHelperTest {
assertThat(mHelper.getAllUsers()).hasSize(3);
assertThat(mHelper.getAllUsers())
- .containsExactly(mForegroundUser, otherUser1, otherUser2, otherUser3);
+ .containsExactly(otherUser1, otherUser2, otherUser3);
}
@Test