Skip to content

Commit 20e6563

Browse files
committed
fix test
1 parent cb2224f commit 20e6563

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google/cloud/storage/bucket_metadata_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1337,7 +1337,7 @@ TEST(BucketMetadataPatchBuilder, SetIpFilter) {
13371337
ip_filter.vpc_network_sources =
13381338
absl::make_optional<std::vector<BucketIpFilterVpcNetworkSource>>(
13391339
{BucketIpFilterVpcNetworkSource{"projects/p/global/networks/n",
1340-
{"5.6.7.8/32"}},
1340+
{"5.6.7.8/32", "5.6.7.9/32"}},
13411341
BucketIpFilterVpcNetworkSource{"projects/p/global/networks/m",
13421342
{"9.0.1.2/32"}}});
13431343
builder.SetIpFilter(ip_filter);

0 commit comments

Comments
 (0)