Skip to content

Commit

Permalink
Update test/multiple_selected_dates.test.js
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Mørch <[email protected]>
  • Loading branch information
martijnrusschen and tbowmo authored Feb 25, 2024
1 parent f6e2d80 commit 3151397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/multiple_selected_dates.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { render } from "@testing-library/react";

describe("Multiple Dates Selected", function () {
function getDatePicker(extraProps) {
return TestUtils.renderIntoDocument(
return render(
<DatePicker
selectsMultiple
onChange={() => {}}
Expand Down

0 comments on commit 3151397

Please sign in to comment.