diff --git a/cpp/src/core/unittest/test_ivf.cpp b/cpp/src/core/unittest/test_ivf.cpp index 3fbc5e0141..21e658cec0 100644 --- a/cpp/src/core/unittest/test_ivf.cpp +++ b/cpp/src/core/unittest/test_ivf.cpp @@ -165,7 +165,7 @@ INSTANTIATE_TEST_CASE_P(IVFParameters, IVFTest, // std::make_tuple("GPUIVFPQ", ParameterType::ivfpq), std::make_tuple("IVFSQ", ParameterType::ivfsq), std::make_tuple("GPUIVFSQ", ParameterType::ivfsq), - std::make_tuple("IVFSQHybrid", ParameterType::ivfsqhybrid))); + std::make_tuple("IVFSQHybrid", ParameterType::ivfsqhybrid))); void AssertAnns(const kn::DatasetPtr& result, const int& nq, const int& k) {