Automated Code Change

PiperOrigin-RevId: 832827003
This commit is contained in:
Chris Kennelly
2025-11-15 18:59:03 -08:00
committed by Copybara-Service
parent 1baab3cb2c
commit 646c9aa1b5
-2
View File
@@ -218,7 +218,6 @@ TEST_F(IncomingShareSessionTest, ProcessIntroductionNoSupportedPayload) {
TEST_F(IncomingShareSessionTest, ProcessIntroductionEmptyFile) {
session_.OnConnected(&connection_);
IntroductionFrame frame;
frame.mutable_file_metadata();
EXPECT_THAT(session_.ProcessIntroduction(frame),
Eq(TransferMetadata::Status::kUnsupportedAttachmentType));
@@ -243,7 +242,6 @@ TEST_F(IncomingShareSessionTest, ProcessIntroductionFilesTooLarge) {
TEST_F(IncomingShareSessionTest, ProcessIntroductionEmptyText) {
session_.OnConnected(&connection_);
IntroductionFrame frame;
frame.mutable_text_metadata();
EXPECT_THAT(session_.ProcessIntroduction(frame),
Eq(TransferMetadata::Status::kUnsupportedAttachmentType));