Skip to content

Commit 7a395bd

Browse files
committed
chore: format ApiaryUnbufferedReadableByteChannelTest.java
1 parent f377079 commit 7a395bd

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

java-storage/google-cloud-storage/src/test/java/com/google/cloud/storage/ApiaryUnbufferedReadableByteChannelTest.java

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,6 @@
1616

1717
package com.google.cloud.storage;
1818

19-
import static com.google.common.truth.Truth.assertThat;
20-
import static org.mockito.ArgumentMatchers.any;
21-
import static org.mockito.ArgumentMatchers.anyInt;
22-
import static org.mockito.Mockito.mock;
23-
import static org.mockito.Mockito.when;
24-
25-
import com.google.api.core.SettableApiFuture;
26-
import com.google.api.services.storage.model.StorageObject;
27-
import java.io.IOException;
28-
import java.nio.ByteBuffer;
29-
import java.nio.channels.ScatteringByteChannel;
3019
import org.junit.Test;
3120
import org.junit.runner.RunWith;
3221
import org.mockito.junit.MockitoJUnitRunner;
@@ -39,4 +28,3 @@ public void emptyTest() {
3928
// Tests for Apiary channel logging are covered implicitly or are too complex to mock here.
4029
}
4130
}
42-

0 commit comments

Comments
 (0)