Skip to content

Commit 36c218b

Browse files
---
yaml --- r: 5815 b: refs/heads/master c: 59d1c1f h: refs/heads/master i: 5813: d0078d1 5811: fdf48bc 5807: ac3213c
1 parent 26d6613 commit 36c218b

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 073a35d9c2af6e8535ccc253a774f8ab7e6e0894
2+
refs/heads/master: 59d1c1f8b29a34a515f057748fe097157681aab8
33
refs/heads/travis: 47e4fee4fd5af9b2a8ce46f23c72ec95f9b195b2
44
refs/heads/gh-pages: 4154fc3537163299162c8c903f2d1386463dd7a3
55
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444

trunk/google-cloud-compute/src/test/java/com/google/cloud/compute/it/ITComputeTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1565,6 +1565,8 @@ public void testAggregatedListSubnetworks() throws InterruptedException, Timeout
15651565
operation = compute.deleteNetwork(networkId);
15661566
operation.waitFor();
15671567
resourceCleaner.remove(networkId);
1568+
assertNull(compute.getSubnetwork(firstSubnetworkId));
1569+
assertNull(compute.getSubnetwork(secondSubnetworkId));
15681570
assertNull(compute.getNetwork(networkName));
15691571
}
15701572

0 commit comments

Comments
 (0)