Code clean for test_init (#9766)

Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
This commit is contained in:
Cai Yudong 2021-10-13 10:58:33 +08:00 committed by GitHub
parent 09421e6312
commit 01db5dc6dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 <gtest/gtest.h>
#include "segcore/segcore_init_c.h"
#include "test_utils/DataGen.h"
TEST(Init, Naive) {
using namespace milvus;