Skip to content

Commit

Permalink
rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
divyegala committed Jul 23, 2024
1 parent 6c0df11 commit 8860a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/test/neighbors/ann_hnsw_c.cu
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ float queries[4][2] = {{0.48216683, 0.0428398},
std::vector<uint64_t> neighbors_exp = {3, 0, 3, 1};
std::vector<float> distances_exp = {0.03878258, 0.12472608, 0.04776672, 0.15224178};

TEST(CagraC, BuildSearch)
TEST(CagraHnswC, BuildSearch)
{
// create cuvsResources_t
cuvsResources_t res;
Expand Down

0 comments on commit 8860a09

Please sign in to comment.