Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 37e0c43

Browse files
committed
attempt to fix test 2
1 parent 55a2ec6 commit 37e0c43

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

contrib/test/modem/get-command_test.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ class GetCommandTest : public ::testing::Test {
2929
EXPECT_CALL(*get_, error())
3030
.WillRepeatedly(ReturnRef(error));
3131

32-
EXPECT_CALL(fbase_, getPtr(_))
33-
.WillOnce(Return(ByMove(std::move(get_))));
34-
3532
GetCommand getCmd(&fbase_);
3633
return getCmd.execute("GET", &in_, &out_);
3734
}

0 commit comments

Comments
 (0)