Skip to content

Commit d00abd4

Browse files
fix: fix test with right behaviour
1 parent ceb51b5 commit d00abd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Date/dateUtils.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ test('gridCounts contains the right data for October 2021', () => {
55
addMonths(new Date(2018, 10 - 1, 1), 12 * 3)
66
)
77

8-
expect(gridCount).toBe(5)
8+
expect(gridCount).toBe(6)
99
})

0 commit comments

Comments
 (0)