Skip to content

Commit 484d8ea

Browse files
committed
Extend wildcard import with specific static imports.
1 parent 2a57fb7 commit 484d8ea

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

oauth2_http/javatests/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplierTest.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@
3131

3232
package com.google.auth.oauth2;
3333

34-
import static org.junit.Assert.*;
34+
import static org.junit.Assert.assertEquals;
35+
import static org.junit.Assert.assertNotNull;
36+
import static org.junit.Assert.assertThrows;
37+
import static org.junit.Assert.assertTrue;
3538
import static org.mockito.Mockito.when;
3639

3740
import com.google.auth.oauth2.IdentityPoolCredentialSource.CertificateConfig;

0 commit comments

Comments
 (0)