Skip to content

Commit ca6d97e

Browse files
authored
fix: macOS build (#6526)
1 parent cd554e9 commit ca6d97e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/search/search_family_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ TEST_F(SearchFamilyTest, Indexing) {
393393
ASSERT_LE(absl::Now(), deadline);
394394
}
395395

396-
EXPECT_GT(iterations, 5u); // some reasonable amount
396+
EXPECT_GT(iterations, 0u); // ensure we observed indexing-in-progress state at least once
397397

398398
auto resp = Run({"ft.search", "i1", "@v1:[10 20]", "LIMIT", "0", "0"});
399399
EXPECT_THAT(resp, IntArg(110));

0 commit comments

Comments
 (0)