Skip to content

Commit

Permalink
editing the unit test file to resolve error
Browse files Browse the repository at this point in the history
  • Loading branch information
parvathika committed Nov 18, 2024
1 parent 1cb123e commit 9657d08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/unittest/test_connectivity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ TEST_F(ConnectivityMonitorTest, SetEndpoints_Valid) {
std::vector<std::string> endpoints = {"http://example.com", "http://test.com"};
cm.setConnectivityMonitorEndpoints(endpoints);
EXPECT_EQ(cm.getConnectivityMonitorEndpoints(), endpoints);
}
TEST_F(ConnectivityMonitorTest, SetEndpoints_EmptyList) {
std::vector<std::string> endpoints;
cm.setConnectivityMonitorEndpoints(endpoints);
Expand Down

0 comments on commit 9657d08

Please sign in to comment.