Skip to content

Commit

Permalink
test_data
Browse files Browse the repository at this point in the history
  • Loading branch information
tomfran committed Nov 26, 2023
1 parent cfca288 commit 324b4d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ mod tests {

let expected = vec![0, 2];

println!("POSTINGS SIZE: {}", i.postings.len());
println!("apple idx: {}", idx);

assert!(i
.postings
.get(idx)
Expand Down

0 comments on commit 324b4d4

Please sign in to comment.