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

Commit50a9d94

Browse files
committed
update test with proper path.
1 parent14eda96 commit50a9d94

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
@@ -63,7 +63,7 @@ TEST_F(StreamCommandTest, streams) {
6363
.WillOnce(Return(1));
6464
EXPECT_CALL(out_,print(String("")))
6565
.WillOnce(Return(1));
66-
EXPECT_CALL(out_,println(String("/dummy/path")))
66+
EXPECT_CALL(out_,println(path))
6767
.WillOnce(Return(1));
6868

6969
EXPECT_CALL(out_,println(value.length()))

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp