Skip to content

Commit 09a888e

Browse files
committed
attempt 2 to fix test.
1 parent 50a9d94 commit 09a888e

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 String value("Test value");
49+
const String value("{path: '/test/path' data: 'Test value'}");
5050
EXPECT_CALL(*stream_, available())
5151
.WillOnce(Return(true))
5252
.WillRepeatedly(Return(false));

0 commit comments

Comments
 (0)