Skip to content

Commit 5ba3d61

Browse files
authored
test: fix type in test (#1653)
1 parent 9e11106 commit 5ba3d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-cloud-bigtable/src/test/java/com/google/cloud/bigtable/data/v2/it/BuiltinMetricsIT.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@
3232
import com.google.monitoring.v3.TimeInterval;
3333
import com.google.protobuf.util.Timestamps;
3434
import java.io.IOException;
35-
import java.time.Duration;
3635
import java.util.ArrayList;
3736
import org.junit.AfterClass;
3837
import org.junit.BeforeClass;
3938
import org.junit.ClassRule;
4039
import org.junit.Test;
4140
import org.junit.runner.RunWith;
4241
import org.junit.runners.JUnit4;
42+
import org.threeten.bp.Duration;
4343

4444
@RunWith(JUnit4.class)
4545
public class BuiltinMetricsIT {

0 commit comments

Comments
 (0)