Skip to content

Commit

Permalink
Clang format from build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
luisfmnunes committed Feb 20, 2024
1 parent 2708af6 commit 30ff077
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/it/TestCreateIndex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ TEST_F(MilvusMockedTest, TestCreateIndexFailed) {
EXPECT_FALSE(status.IsOk());
}

TEST_F(MilvusMockedTest, TestCreateGPUIndexInstantly){
milvus::ConnectParam connect_param{"127.0.0.1", server_.ListenPort()};
TEST_F(MilvusMockedTest, TestCreateGPUIndexInstantly) {
milvus::ConnectParam connect_param{"127.0.0.1", server_.ListenPort()};
client_->Connect(connect_param);

std::string collection_name = "test_collection";
Expand Down

0 comments on commit 30ff077

Please sign in to comment.