summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Egge <tegge@vespa.ai>2024-06-07 16:55:43 +0200
committerGitHub <noreply@github.com>2024-06-07 16:55:43 +0200
commit1478e54ecaffe8fffcbfdaf7fc853fb1578a36c5 (patch)
tree38293f3ee3d187f45dd235faf1afc30ee8c52b44
parent3c4135a1228eca03fec8397989cfd1fffe1e465e (diff)
parentaf9aaddfae463e06b4a8405805a29373df6c97c2 (diff)
Merge pull request #31487 from vespa-engine/toregge/fix-typo-in-searchcore-matching-unit-test-name
Fix typo in searchcore matching unit test name.
-rw-r--r--searchcore/src/tests/proton/matching/matching_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/matching/matching_test.cpp b/searchcore/src/tests/proton/matching/matching_test.cpp
index 539843ae164..8c915c43b58 100644
--- a/searchcore/src/tests/proton/matching/matching_test.cpp
+++ b/searchcore/src/tests/proton/matching/matching_test.cpp
@@ -561,7 +561,7 @@ TEST(MatchingTest, require_that_no_hits_gives_no_match_feature_names)
MyWorld::verify_match_features(*reply, "f1");
}
-TEST(MatchingTest, require_that_matching_also_returns_hits_when_only_bitvector_is_used_with_mmulti_threaded_matcher)
+TEST(MatchingTest, require_that_matching_also_returns_hits_when_only_bitvector_is_used_with_multi_threaded_matcher)
{
for (size_t threads = 1; threads <= 16; ++threads) {
MyWorld world;