Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
parvathika committed Dec 26, 2024
1 parent 0c3ffec commit 72d82e0
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, (void), (override));
MOCK_METHOD(subscribeToEvents, void());
};

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

0 comments on commit 72d82e0

Please sign in to comment.