Skip to content

Commit 6c89bd1

Browse files
Update spec/qdrant/points_spec.rb
Co-authored-by: Copilot <[email protected]>
1 parent 2ea24b7 commit 6c89bd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/qdrant/points_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@
302302
.and_return(response)
303303
end
304304

305-
it "return the data" do
305+
it "returns the data" do
306306
response = client.points.query(
307307
collection_name: "test_collection",
308308
query: [0.05, 0.61, 0.76, 0.74],

0 commit comments

Comments
 (0)