Skip to content

Commit a8f5dd4

Browse files
committed
wip
1 parent 63bbb5b commit a8f5dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Dense/Operations/DeleteVectorsOperationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function test_delete_vectors_using_an_id_prefix(): void
7979
]);
8080
$this->waitForIndex($this->namespace);
8181

82-
$result = $this->namespace->delete(VectorDelete::fromPrefix('users:*'));
82+
$result = $this->namespace->delete(VectorDelete::fromPrefix('users:'));
8383

8484
$this->assertEquals(2, $result->deleted);
8585
$this->assertEquals(1, $this->namespace->getNamespaceInfo()->vectorCount);

0 commit comments

Comments
 (0)