Skip to content

Commit

Permalink
Discard changes to packages/react-charting/src/components/LineChart/L…
Browse files Browse the repository at this point in the history
…ineChartRTL.test.tsx
  • Loading branch information
marcosmoura authored Aug 28, 2023
1 parent e98ca40 commit 4b27637
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ describe('Line chart - Subcomponent Event', () => {
testWithWait(
'Should render events with defined data',
LineChart,
{ data: simplePoints, eventAnnotationProps, tickValues, tickFormat: '%m/%d' },
{ data: simplePoints, eventAnnotationProps: eventAnnotationProps, tickValues: tickValues, tickFormat: '%m/%d' },
container => {
// Arrange
const event = screen.queryByText('3 events');
Expand Down

0 comments on commit 4b27637

Please sign in to comment.