Skip to content

Commit

Permalink
Fix: remove superfluous argument from the Statistics instantiation
Browse files Browse the repository at this point in the history
  • Loading branch information
hepabolu committed Oct 1, 2024
1 parent 9c34676 commit 28969cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/statistics.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ describe('Test class Statistics', () => {
random_increment: 'AUTO',
};

const me = new Statistics(mockConfig, mockDict, mockDict);
const me = new Statistics(mockConfig, mockDict);

const expected = {
minLength: 25,
Expand Down

0 comments on commit 28969cd

Please sign in to comment.