mirror of
https://github.com/typesense/typesense.git
synced 2025-05-22 14:55:26 +08:00
correcting test
This commit is contained in:
parent
5cf8b2c8d8
commit
f1cbb71cdf
@ -1043,6 +1043,6 @@ TEST_F(CollectionGroupingTest, GroupByMultipleFacetFields) {
|
||||
ASSERT_EQ(3, (int) res["facet_counts"][1]["counts"][1]["count"]);
|
||||
ASSERT_STREQ("white", res["facet_counts"][1]["counts"][1]["value"].get<std::string>().c_str());
|
||||
|
||||
ASSERT_EQ(1, (int) res["facet_counts"][1]["counts"][3]["count"]);
|
||||
ASSERT_STREQ("red", res["facet_counts"][1]["counts"][3]["value"].get<std::string>().c_str());
|
||||
ASSERT_EQ(1, (int) res["facet_counts"][1]["counts"][2]["count"]);
|
||||
ASSERT_STREQ("red", res["facet_counts"][1]["counts"][2]["value"].get<std::string>().c_str());
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user