Skip to content

Commit 1c33b6c

Browse files
committed
fixing presubmit
1 parent 3e0242d commit 1c33b6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google/cloud/storage/internal/async/object_descriptor_connection_logging_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ TEST(ObjectDescriptorConnectionLogging, MakeSubsequentStream) {
115115
EXPECT_CALL(*mock, MakeSubsequentStream).WillOnce([] { return; });
116116

117117
auto actual = MakeLoggingObjectDescriptorConnection(mock, LoggingEnabled());
118-
(void)actual->MakeSubsequentStream();
118+
actual->MakeSubsequentStream();
119119

120120
auto const log_lines = log.ExtractLines();
121121
EXPECT_THAT(log_lines, Not(Contains(HasSubstr("MakeSubsequentStream"))));

0 commit comments

Comments
 (0)