Skip to content

Commit

Permalink
Revert unintentional change.
Browse files Browse the repository at this point in the history
Signed-off-by: currantw <[email protected]>
  • Loading branch information
currantw committed Nov 18, 2024
1 parent f0b3abf commit caefd49
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/UnitTests/UTConn/test_conn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ class TestOpenSearchConnConnectDBStart : public testing::Test {
TEST_F(TestOpenSearchConnConnectDBStart, ValidParameters) {
ASSERT_NE(false, m_conn.ConnectionOptions(valid_opt_val, 1, 1,
valid_option_count));
// TODO
bool res = m_conn.ConnectDBStart();

EXPECT_EQ(true, m_conn.ConnectDBStart());
EXPECT_EQ(CONNECTION_OK, m_conn.GetConnectionStatus());
}
Expand Down

0 comments on commit caefd49

Please sign in to comment.