Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit09a888e

Browse files
committed
attempt 2 to fix test.
1 parent50a9d94 commit09a888e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎test/modem/stream-command_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ TEST_F(StreamCommandTest, streams) {
4646
.WillOnce(Return(path))
4747
.WillOnce(Return("END_STREAM"));
4848

49-
const Stringvalue("Test value");
49+
const Stringvalue("{path: '/test/path' data: 'Test value'}");
5050
EXPECT_CALL(*stream_,available())
5151
.WillOnce(Return(true))
5252
.WillRepeatedly(Return(false));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp