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

Commit 89a25fea authored by Krzysztof Kosiński's avatar Krzysztof Kosiński
Browse files

Update test for Truth8 deprecation.

Truth8 is now included in Truth and importing both no longer
works in version 1.4.0.

Bug: 369506710
Test: presubmit, atest
Flag: EXEMPT tests
Change-Id: I187379f2d3d3018a656f61cafa004efe153ea254
parent 1c8ab2cf
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -31,7 +31,6 @@ android_test {
        "service-rkp.impl",
        "services.core",
        "truth",
        "truth-java8-extension",
    ],
    test_suites: [
        "device-tests",
+0 −1
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@
package com.android.server.security.rkp;

import static com.google.common.truth.Truth.assertThat;
import static com.google.common.truth.Truth8.assertThat;

import static org.mockito.ArgumentMatchers.any;
import static org.mockito.ArgumentMatchers.anyBoolean;