Skip to content

Commit

Permalink
fix index path for test
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed Jul 12, 2023
1 parent 38d537f commit 9272f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/core/algorithm/ngt/ngt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1829,7 +1829,7 @@ func Test_ngt_Search(t *testing.T) {
},
fields: fields{
inMemory: false,
idxPath: "/tmp/ngt-813",
idxPath: "/tmp/ngt-814",
bulkInsertChunkSize: 100,
dimension: 9,
objectType: Float,
Expand Down

0 comments on commit 9272f55

Please sign in to comment.