Skip to content

Commit 7274dd1

Browse files
Fixed test
1 parent 338a5d6 commit 7274dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public void testListReservation() throws IOException {
9393
@Test
9494
public void testUpdateVmsForReservation()
9595
throws IOException, ExecutionException, InterruptedException, TimeoutException {
96-
int newNumberOfVms = 5;
96+
int newNumberOfVms = 2;
9797
Reservation reservation = UpdateVmsForReservation.updateVmsForReservation(
9898
PROJECT_ID, ZONE, RESERVATION_NAME, newNumberOfVms);
9999

0 commit comments

Comments
 (0)