Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhengl committed Feb 19, 2025
1 parent 125dd4e commit 497c863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/e2e/scoring_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ func TestBM25(t *testing.T) {
}},
content: exampleJava,
language: "Java",
// sum-termFrequencies: 12, length-ratio: 1.00
// sum-termFrequencies: 44, length-ratio: 1.00
wantScore: 7.81,
// public String apply(String s) {
wantBestLineMatch: 81,
Expand Down

0 comments on commit 497c863

Please sign in to comment.