mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
Automated Code Change
PiperOrigin-RevId: 832827003
This commit is contained in:
committed by
Copybara-Service
parent
1baab3cb2c
commit
646c9aa1b5
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user