Skip to content

Commit bba724e

Browse files
committed
chore: fix typos in test
1 parent 346221d commit bba724e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/week_test.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ describe("Week", () => {
421421
});
422422
});
423423
describe("selected and calendarStartDay", () => {
424-
it("shoud starts the selected day on the Wednesday immediately preceding that day, When the calendarStartDay Props is 3.", () => {
424+
it("should starts the selected day on the Wednesday immediately preceding that day, When the calendarStartDay Props is 3.", () => {
425425
const calendarStartDay = 3;
426426
const currentWeek = getStartOfWeek(
427427
newDate("2024-03-01"),

src/test/year_picker_test.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ describe("YearPicker", () => {
9191
expect(onYearChangeSpy).toHaveBeenCalled();
9292
});
9393

94-
it("should has selected class when element of array equal of choosen year", () => {
94+
it("should has selected class when element of array equal of chosen year", () => {
9595
const date = new Date("2015-01-01");
9696
const { container } = render(
9797
<Year

0 commit comments

Comments
 (0)