Skip to content

Commit 524753a

Browse files
authored
Fix tests
1 parent 813031a commit 524753a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/common.test.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ import Calendar from '../src'
77

88
const bookings = [
99
{
10-
from: '2022-01-16T00:00:00.000Z',
11-
to: '2022-01-27T00:00:00.000Z',
10+
from: '2023-01-16T00:00:00.000Z',
11+
to: '2023-01-27T00:00:00.000Z',
1212
middayCheckout: true,
1313
},
1414
{
15-
from: '2022-06-25T23:00:00.000Z',
16-
to: '2022-07-03T23:00:00.000Z',
15+
from: '2023-06-25T23:00:00.000Z',
16+
to: '2023-07-03T23:00:00.000Z',
1717
middayCheckout: false,
1818
},
1919
]

0 commit comments

Comments
 (0)