Skip to content

Commit 11c637b

Browse files
---
yaml --- r: 8203 b: refs/heads/pubsub-streaming-pull c: 59d1c1f h: refs/heads/master i: 8201: 0a814e7 8199: 06bf5d1
1 parent c4f314b commit 11c637b

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
@@ -58,4 +58,4 @@ refs/tags/v0.19.0: e67b56e4d8dad5f9a7b38c9b2107c23c828f2ed5
5858
refs/tags/v0.20.0: 839f7fb7156535146aa1cb2c5aadd8d375d854e8
5959
refs/tags/v0.20.1: 370471f437f1f4f68a11e068df5cd6bf39edb1fa
6060
refs/heads/tswast-patch-1: 7d159fddcbc35d80aa6e78378d12a0992c8708fa
61-
refs/heads/pubsub-streaming-pull: 073a35d9c2af6e8535ccc253a774f8ab7e6e0894
61+
refs/heads/pubsub-streaming-pull: 59d1c1f8b29a34a515f057748fe097157681aab8

branches/pubsub-streaming-pull/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)