Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
friendlymatthew committed Jun 7, 2024
1 parent 60ff662 commit c4309c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/hnsw/hnsw_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ func TestHnsw_KnnSearch(t *testing.T) {
}
})

t.Run("cluster a seach", func(t *testing.T) {
t.Run("cluster a search", func(t *testing.T) {
clusterAGraph := NewHnsw(2, 4, 4, Point{0, 0})

for _, cluster := range clusterA {
Expand Down

0 comments on commit c4309c5

Please sign in to comment.