Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shrianshChari committed Aug 31, 2024
1 parent 8834ceb commit 6bea123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stats/src/test/classifier.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ describe('Classifier', () => {
expect(getDifference(classifier.LESSER_OFFENSIVE_MOVES, COMPUTED_LESSER_OFFENSIVE_MOVES))
.toEqual(new Set(['hijumpkick']));

// OHKO moves that Antar forgot to include
// Lesser offensive moves that Antar forgot to include
expect(getDifference(COMPUTED_LESSER_OFFENSIVE_MOVES, classifier.LESSER_OFFENSIVE_MOVES))
.toEqual(new Set(['hyperspacefury', 'highjumpkick', 'thrash']));
});
Expand Down

0 comments on commit 6bea123

Please sign in to comment.