File tree 1 file changed +1
-7
lines changed
src/test/java/com/google/firebase/cloud
1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 17
17
package com .google .firebase .cloud ;
18
18
19
19
import static org .junit .Assert .assertEquals ;
20
- import static org .junit .Assert .assertNotSame ;
21
20
import static org .junit .Assert .assertNull ;
22
- import static org .junit .Assert .assertSame ;
23
21
import static org .junit .Assert .assertTrue ;
24
22
import static org .junit .Assert .fail ;
25
23
26
24
import com .google .auth .oauth2 .GoogleCredentials ;
27
- import com .google .cloud .firestore .Firestore ;
28
25
import com .google .cloud .storage .Blob ;
29
26
import com .google .cloud .storage .Bucket ;
30
27
import com .google .cloud .storage .Storage ;
31
28
import com .google .cloud .storage .StorageOptions ;
32
29
import com .google .common .io .CharStreams ;
33
- import com .google .firebase .FirebaseApp ;
34
- import com .google .firebase .FirebaseOptions ;
35
30
import com .google .firebase .testing .IntegrationTestUtils ;
31
+ import com .google .firebase .testing .ServiceAccount ;
36
32
import java .io .IOException ;
37
33
import java .io .InputStream ;
38
34
import java .io .InputStreamReader ;
39
35
import java .net .URL ;
40
36
import java .util .concurrent .TimeUnit ;
41
-
42
- import com .google .firebase .testing .ServiceAccount ;
43
37
import org .junit .Test ;
44
38
45
39
public class StorageClientIT {
You can’t perform that action at this time.
0 commit comments