Merge "Switch else case to null in when expression to make it exhaustive" am: 83026726de am: ea9e108e4e am: 9a7c74476c am: c64feda57f
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2200210 Change-Id: Iebab59a2f2181d2ec5af94b9c6bda939e38f3748 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -628,7 +628,7 @@ class SystemStubMultiUserDisableUninstallTest : BaseHostJUnit4Test() {
|
||||
CodePath.SAME, CodePath.DIFFERENT ->
|
||||
throw AssertionError("secondDataPath cannot be a data path")
|
||||
CodePath.SYSTEM -> assertThat(codePaths[1]).isEqualTo(stubFile.parent.toString())
|
||||
else -> {}
|
||||
null -> {}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user