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

Commit 112bbf1f authored by Andreas Gampe's avatar Andreas Gampe
Browse files

Frameworks: Annotate JUnit4 test with @Test

Mollify Errorprone.

Bug: 72076216
Test: m javac-check RUN_ERROR_PRONE=true
Test: atest CredentialTest
Change-Id: I07635124a306f82e5442a45a1fd61edc63c015a2
parent 701421c6
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -263,6 +263,7 @@ public class CredentialTest {
     *
     *
     * @throws Exception
     * @throws Exception
     */
     */
    @Test
    public void validateCertCredentialWithoutCaCert() throws Exception {
    public void validateCertCredentialWithoutCaCert() throws Exception {
        Credential cred = createCredentialWithCertificateCredential();
        Credential cred = createCredentialWithCertificateCredential();
        cred.setCaCertificate(null);
        cred.setCaCertificate(null);