Skip to content

Commit

Permalink
Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo-ter-Doest committed Jul 6, 2024
1 parent ab81f74 commit 5feb7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/tfidf_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ describe('tfidf', function () {
const result1 = tfidf.removeDocument(0)
expect(result1).toEqual(true)
const result2 = tfidf.removeDocument(0)
expect(result2).toEqual(true)
expect(result2).toEqual(false)
})
})
})

0 comments on commit 5feb7dd

Please sign in to comment.