Merge pull request #1349 from krunal1313/facet_query_fix

correcting typo in test
This commit is contained in:
Kishore Nallan 2023-10-31 11:40:20 +05:30 committed by GitHub
commit e59a198d9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2767,7 +2767,7 @@ TEST_F(CollectionFacetingTest, FacetQueryWithDifferentLocale) {
4UL,7UL, fallback, 4UL, {off}, 32767UL,
32767UL, 2UL, 2UL, false,
"", true, 0UL, max_score, 100UL,
0UL, 4294967295UL, VALUE);
0UL, 4294967295UL, HASH);
auto results = search_op.get();
ASSERT_EQ(1, results["facet_counts"].size());
@ -2785,7 +2785,7 @@ TEST_F(CollectionFacetingTest, FacetQueryWithDifferentLocale) {
4UL,7UL, fallback, 4UL, {off}, 32767UL,
32767UL, 2UL, 2UL, false,
"", true, 0UL, max_score, 100UL,
0UL, 4294967295UL, VALUE);
0UL, 4294967295UL, HASH);
results = search_op.get();
ASSERT_EQ(1, results["facet_counts"].size());