Skip to content

Commit

Permalink
editing test_legacywifi
Browse files Browse the repository at this point in the history
  • Loading branch information
parvathika committed Dec 10, 2024
1 parent 5c176be commit 3ffc1bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/unit_test/test_LegacyPlugin_WiFiManagerAPIs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ class WiFiManagerTest : public ::testing::Test {
string response;
Core::JSONRPC::Message message;

NiceMock<PluginHost::IShell> mockShell;
/*NiceMock<PluginHost::IShell> mockShell;
NiceMock<PluginHost::IDispatcher> mockDispatcher;
/*WiFiManagerTest()
WiFiManagerTest()
: plugin(Core::ProxyType<WiFiManager>::Create())
, handler(*(plugin))
, connection(1, 0) {
Expand Down

0 comments on commit 3ffc1bd

Please sign in to comment.