We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63bbb5b commit a8f5dd4Copy full SHA for a8f5dd4
tests/Dense/Operations/DeleteVectorsOperationTest.php
@@ -79,7 +79,7 @@ public function test_delete_vectors_using_an_id_prefix(): void
79
]);
80
$this->waitForIndex($this->namespace);
81
82
- $result = $this->namespace->delete(VectorDelete::fromPrefix('users:*'));
+ $result = $this->namespace->delete(VectorDelete::fromPrefix('users:'));
83
84
$this->assertEquals(2, $result->deleted);
85
$this->assertEquals(1, $this->namespace->getNamespaceInfo()->vectorCount);
0 commit comments