Skip to content

Commit

Permalink
function sig change
Browse files Browse the repository at this point in the history
  • Loading branch information
parvathika committed Dec 26, 2024
1 parent 80bab66 commit 0c3ffec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/unit_test/test_LegacyPlugin_WiFiManagerAPIs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ using ::testing::Return;

class MockWiFiManager : public WiFiManager {
public:
MOCK_METHOD(void, subscribeToEvents, (), (override));
MOCK_METHOD(void, subscribeToEvents, (void), (override));
};

class WiFiManagerTest : public ::testing::Test {
Expand Down

0 comments on commit 0c3ffec

Please sign in to comment.