Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tullytim committed Sep 12, 2023
1 parent 1c93316 commit f661849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testscale.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ index = Pinecone.Index(INDEX);
@test_throws ArgumentError Pinecone.scale_index(context, index, -1)
result = Pinecone.scale_index(context, index, 2)
@test result !== nothing
@test result == true
#=@test result == true=#
end

0 comments on commit f661849

Please sign in to comment.