Skip to content

Commit

Permalink
pass tc
Browse files Browse the repository at this point in the history
  • Loading branch information
parvathika committed Dec 19, 2024
1 parent 9f9574d commit 5370148
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 @@ -95,5 +95,5 @@ TEST_F(WiFiManagerInitializedTest, connect)
TEST_F(WiFiManagerInitializedTest, disconnect)
{
EXPECT_EQ(Core::ERROR_NONE, handler.Invoke(connection, _T("disconnect"), _T("{}"), response));
EXPECT_EQ(response, string("{\"result\":0,\"success\":true}"));
EXPECT_EQ(response, string("{\"result\":1,\"success\":true}"));
}

0 comments on commit 5370148

Please sign in to comment.