Skip to content

Commit

Permalink
add test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
parvathika committed Dec 19, 2024
1 parent bf247bb commit 9834c13
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 @@ -134,7 +134,7 @@ TEST_F(WiFiManagerInitializedTest, getConnectedSSID)
EXPECT_EQ(response, string(""));
}

TEST_F(WiFiManagerInitializedTest, getConnectedSSID)
TEST_F(WiFiManagerInitializedTest, getSupportedSecurityModes )
{
EXPECT_EQ(Core::ERROR_UNAVAILABLE, handler.Invoke(connection, _T("getSupportedSecurityModes"), _T("{}"), response));
EXPECT_EQ(response, string(""));
Expand Down

0 comments on commit 9834c13

Please sign in to comment.