Replace assertThat(v).isNotNull with assertNotNull
assertNotNull is better because it lets the compiler know the value is not null after the function call. Bug: None Test: None Flag: TEST_ONLY Change-Id: Idb61d47c9fd2c69422a04abdb01261e83b213397
Loading
Please register or sign in to comment