Skip to content

Commit 6dd0865

Browse files
Fixed
1 parent dab967a commit 6dd0865

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

compute/cloud-client/src/test/java/compute/reservation/CrudOperationsReservationIT.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,13 @@
2222

2323
import com.google.api.gax.rpc.NotFoundException;
2424
import com.google.cloud.compute.v1.Reservation;
25+
import compute.Util;
2526
import java.io.IOException;
2627
import java.util.List;
2728
import java.util.UUID;
2829
import java.util.concurrent.ExecutionException;
2930
import java.util.concurrent.TimeUnit;
3031
import java.util.concurrent.TimeoutException;
31-
32-
import compute.Util;
3332
import org.junit.Assert;
3433
import org.junit.jupiter.api.AfterAll;
3534
import org.junit.jupiter.api.Assertions;

0 commit comments

Comments
 (0)