mirror of
https://github.com/typesense/typesense.git
synced 2025-05-28 09:46:05 +08:00
Merge pull request #1349 from krunal1313/facet_query_fix
correcting typo in test
This commit is contained in:
commit
e59a198d9c
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user