Skip to content

Commit a713e3d

Browse files
Merge pull request #5864 from noritaka1166/fix-typos
chore: fix typos in test
2 parents a4883a9 + bba724e commit a713e3d

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)