Skip to content

Commit

Permalink
🎨 (mock): Update TouchSensor
Browse files Browse the repository at this point in the history
  • Loading branch information
MMyster committed Aug 24, 2022
1 parent ef07491 commit 3e92358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/mocks/mocks/leka/CoreTouchSensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class CoreTouchSensor : public interface::TouchSensor
MOCK_METHOD(void, init, (), (override));
MOCK_METHOD(bool, read, (), (override));
MOCK_METHOD(void, reset, (), (override));
MOCK_METHOD(void, setSensitivity, (uint16_t, bool), (override));
MOCK_METHOD(void, setSensitivity, (uint16_t), (override));
};

} // namespace leka::mock

0 comments on commit 3e92358

Please sign in to comment.