summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/queryeval/dot_product/dot_product_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/tests/queryeval/dot_product/dot_product_test.cpp')
-rw-r--r--searchlib/src/tests/queryeval/dot_product/dot_product_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/tests/queryeval/dot_product/dot_product_test.cpp b/searchlib/src/tests/queryeval/dot_product/dot_product_test.cpp
index 1538a9ce0df..ed74ae101f3 100644
--- a/searchlib/src/tests/queryeval/dot_product/dot_product_test.cpp
+++ b/searchlib/src/tests/queryeval/dot_product/dot_product_test.cpp
@@ -274,7 +274,7 @@ private:
}
};
-class WeightIteratorChildrenVerifier : public search::test::DwaIteratorChildrenVerifier {
+class WeightIteratorChildrenVerifier : public search::test::DwwIteratorChildrenVerifier {
private:
SearchIterator::UP
create(std::vector<DocumentWeightIterator> && children) const override {