Skip to content

Commit a05ee75

Browse files
committed
Improve comment
1 parent 1756254 commit a05ee75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/AtlasSearchTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ public function testEloquentBuilderVectorSearch()
251251
);
252252
}
253253

254-
/** Generate random vectors */
254+
/** Generate random vectors using fixed seed to make tests deterministic */
255255
private function addVector(array $items): array
256256
{
257257
srand(1);

0 commit comments

Comments
 (0)