Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien LE MOUILLOUR committed Nov 27, 2023
1 parent f2de96c commit fb42f8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ context('<HorizontalBarChart />', () => {
height={300}
width={400}
onBarClick={onBarClick}
getTooltipContent={() => <div data-testid="tooltip">tooltip</div>}
getTooltipContent={() => <div data-test="tooltip">tooltip</div>}
/>,
);

Expand Down

0 comments on commit fb42f8b

Please sign in to comment.