From 01db5dc6dda45b61a439a846a1741a07efce2b7a Mon Sep 17 00:00:00 2001 From: Cai Yudong Date: Wed, 13 Oct 2021 10:58:33 +0800 Subject: [PATCH] Code clean for test_init (#9766) Signed-off-by: yudong.cai --- internal/core/unittest/test_init.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/internal/core/unittest/test_init.cpp b/internal/core/unittest/test_init.cpp index 4bbc43df6e..e698185113 100644 --- a/internal/core/unittest/test_init.cpp +++ b/internal/core/unittest/test_init.cpp @@ -9,12 +9,10 @@ // is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express // or implied. See the License for the specific language governing permissions and limitations under the License -// -// Created by Mike Dog on 2021/3/15. -// -#include "test_utils/DataGen.h" #include + #include "segcore/segcore_init_c.h" +#include "test_utils/DataGen.h" TEST(Init, Naive) { using namespace milvus;