Skip to content

Commit

Permalink
fix: 테스트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sixmen committed Sep 8, 2023
1 parent f2c105a commit 40808f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/getNextKoreanBusinessDayYmd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ describe('getNextKoreanBusinessDayYmd', () => {

it('2023', () => {
expect(getNextKoreanBusinessDayYmd(20230531, 4)).to.eql(20230607);
expect(getNextKoreanBusinessDayYmd(20230915, 17)).to.eql(20231016);
expect(getNextKoreanBusinessDayYmd(20230915, 17)).to.eql(20231017);
});

it('fallback year', () => {
Expand Down

0 comments on commit 40808f9

Please sign in to comment.