File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
appengine/javatests/com/google/auth/appengine
oauth2_http/javatests/com/google/auth/oauth2 Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 3333
3434import static org .junit .jupiter .api .Assertions .assertArrayEquals ;
3535import static org .junit .jupiter .api .Assertions .assertEquals ;
36- import static org .junit .jupiter .api .Assertions .assertFalse ;
3736import static org .junit .jupiter .api .Assertions .assertNotEquals ;
3837import static org .junit .jupiter .api .Assertions .assertNotNull ;
3938import static org .junit .jupiter .api .Assertions .assertNotSame ;
Original file line number Diff line number Diff line change @@ -61,8 +61,7 @@ class AppEngineCredentialsTest extends BaseSerializationTest {
6161
6262 private static final Collection <String > SCOPES =
6363 Collections .unmodifiableCollection (Arrays .asList ("scope1" , "scope2" ));
64- private static final Collection <String > DEFAULT_SCOPES =
65- Collections .singletonList ("scope3" );
64+ private static final Collection <String > DEFAULT_SCOPES = Collections .singletonList ("scope3" );
6665
6766 @ Test
6867 void constructor_usesAppIdentityService () throws IOException {
You can’t perform that action at this time.
0 commit comments