Skip to content

Commit

Permalink
mock the fun
Browse files Browse the repository at this point in the history
  • Loading branch information
parvathika committed Dec 26, 2024
1 parent 1fcf8f1 commit dff6665
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 @@ -20,7 +20,7 @@ class MockWiFiManager : public WiFiManager {

class WiFiManagerTest : public ::testing::Test {
protected:
// Core::ProxyType<Plugin::WiFiManager> plugin;
//Core::ProxyType<Plugin::WiFiManager> plugin;
Core::ProxyType<MockWiFiManager> plugin;
Core::JSONRPC::Handler& handler;
DECL_CORE_JSONRPC_CONX connection;
Expand Down

0 comments on commit dff6665

Please sign in to comment.