summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2024-06-07 15:28:59 +0200
committerTor Egge <Tor.Egge@online.no>2024-06-07 15:28:59 +0200
commitaf9aaddfae463e06b4a8405805a29373df6c97c2 (patch)
tree23129b837bdc421221d8dd1c9e7029aa5663c363
parent0a5fde8f0e91cb774ce65fe525f54bf7fd905260 (diff)
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;