Skip to content

Commit

Permalink
✏️ Fix the typo on the test block
Browse files Browse the repository at this point in the history
Closes #4483
  • Loading branch information
Balaji Sridharan committed Feb 13, 2024
1 parent b8dc562 commit 95169b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/year_picker_test.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ describe("YearPicker", () => {
expect(utils.getYear(selectedDay)).toBe(2021);
});

it("should select 2021 when Enter key is pressed", () => {
it("should select 2021 when Space key is pressed", () => {
const yearPicker = getPicker("2021-01-01");

const target = TestUtils.findRenderedDOMComponentWithClass(
Expand Down

0 comments on commit 95169b0

Please sign in to comment.