diff --git a/cpp/src/core/unittest/test_ivf.cpp b/cpp/src/core/unittest/test_ivf.cpp index 3fbc5e0141e655d4ec28fae097ec77d87b777eb5..21e658cec0917614639c20a16893826714ff1b08 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) {