We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad6d39c commit 5cabba9Copy full SHA for 5cabba9
compute/cloud-client/src/test/java/compute/reservation/CrudOperationsReservationIT.java
@@ -45,7 +45,7 @@
45
46
@RunWith(JUnit4.class)
47
@Timeout(value = 25, unit = TimeUnit.MINUTES)
48
-@TestMethodOrder(MethodOrderer. OrderAnnotation. class)
+@TestMethodOrder(MethodOrderer.OrderAnnotation.class)
49
public class CrudOperationsReservationIT {
50
51
private static final String PROJECT_ID = System.getenv("GOOGLE_CLOUD_PROJECT");
0 commit comments