Skip to content

Commit

Permalink
resolve issue
Browse files Browse the repository at this point in the history
  • Loading branch information
parvathika committed Dec 26, 2024
1 parent e57242f commit 80bab66
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 @@ -16,7 +16,7 @@ using ::testing::Return;
class MockWiFiManager : public WiFiManager {
public:
MOCK_METHOD(void, subscribeToEvents, (), (override));
}
};

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

0 comments on commit 80bab66

Please sign in to comment.