Skip to content

Commit

Permalink
make the shared ptr as null2
Browse files Browse the repository at this point in the history
  • Loading branch information
parvathika committed Dec 27, 2024
1 parent a64337d commit 6a18c75
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 @@ -57,9 +57,9 @@ class WiFiManagerInitializedTest : public WiFiManagerTest {
return nullptr;
}));

EXPECT_CALL(*plugin, subscribeToEvents())
/*EXPECT_CALL(*plugin, subscribeToEvents())
.Times(1)
.WillOnce(Return());
.WillOnce(Return()); */
}

virtual ~WiFiManagerInitializedTest() override
Expand Down

0 comments on commit 6a18c75

Please sign in to comment.