Skip to content

Commit

Permalink
editing
Browse files Browse the repository at this point in the history
  • Loading branch information
parvathika committed Nov 19, 2024
1 parent 8a00804 commit 88a8318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/unittest/test_connectivity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ TEST_F(ConnectivityMonitorTest, SetEndpoints_InvalidShortEndpoints) {
TEST_F(ConnectivityMonitorTest, SetEndpoints_DuplicateEndpoints) {
std::vector<std::string> endpoints = {"https://github.com", "https://github.com"};
cm.setConnectivityMonitorEndpoints(endpoints);
EXPECT_EQ(cm.getConnectivityMonitorEndpoints().size(), 1);
EXPECT_EQ(cm.getConnectivityMonitorEndpoints().size(), 2);
}


Expand Down

0 comments on commit 88a8318

Please sign in to comment.