File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
src/test/java/com/google/firebase/cloud Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 1717package com .google .firebase .cloud ;
1818
1919import static org .junit .Assert .assertEquals ;
20- import static org .junit .Assert .assertNotSame ;
2120import static org .junit .Assert .assertNull ;
22- import static org .junit .Assert .assertSame ;
2321import static org .junit .Assert .assertTrue ;
2422import static org .junit .Assert .fail ;
2523
2624import com .google .auth .oauth2 .GoogleCredentials ;
27- import com .google .cloud .firestore .Firestore ;
2825import com .google .cloud .storage .Blob ;
2926import com .google .cloud .storage .Bucket ;
3027import com .google .cloud .storage .Storage ;
3128import com .google .cloud .storage .StorageOptions ;
3229import com .google .common .io .CharStreams ;
33- import com .google .firebase .FirebaseApp ;
34- import com .google .firebase .FirebaseOptions ;
3530import com .google .firebase .testing .IntegrationTestUtils ;
31+ import com .google .firebase .testing .ServiceAccount ;
3632import java .io .IOException ;
3733import java .io .InputStream ;
3834import java .io .InputStreamReader ;
3935import java .net .URL ;
4036import java .util .concurrent .TimeUnit ;
41-
42- import com .google .firebase .testing .ServiceAccount ;
4337import org .junit .Test ;
4438
4539public class StorageClientIT {
You can’t perform that action at this time.
0 commit comments