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;