Skip to content

Commit b8e87fd

Browse files
authored
test(GCS+gRPC): restore integration test assertion (#14577)
1 parent d0621d4 commit b8e87fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

google/cloud/storage/tests/async_client_integration_test.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ using ::google::cloud::testing_util::StatusIs;
4343
using ::testing::IsEmpty;
4444
using ::testing::Le;
4545
using ::testing::Not;
46+
using ::testing::Optional;
4647
using ::testing::VariantWith;
4748

4849
class AsyncClientIntegrationTest
@@ -178,8 +179,7 @@ TEST_F(AsyncClientIntegrationTest, ComposeObject) {
178179
return a;
179180
});
180181
EXPECT_EQ(full_contents, LoremIpsum() + LoremIpsum());
181-
// TODO(#13910) - disabled until ReadObject also returns protos.
182-
// EXPECT_THAT(read->metadata(), Optional(*composed));
182+
EXPECT_THAT(read->metadata(), Optional(IsProtoEqual(*composed)));
183183
}
184184

185185
TEST_F(AsyncClientIntegrationTest, StreamingRead) {

0 commit comments

Comments
 (0)