Skip to content

Commit

Permalink
#12 - feat: change function name in test
Browse files Browse the repository at this point in the history
  • Loading branch information
nullist0 committed May 30, 2021
1 parent 4cadf49 commit def775e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/weekdayCounter.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import WeekdayCounter from '../domain/weekdayCounter';
describe('count weekday in a range', () => {
const fakeHolidayDataSource = (dates) => {
return {
getHolidaysIn: () => dates
getHolidaysInRange: () => dates
}
};

Expand Down

0 comments on commit def775e

Please sign in to comment.