Skip to content

Commit

Permalink
tests(annotation//LineSubject): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
williaster committed Nov 6, 2020
1 parent 0dc2cd7 commit 99afe9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/visx-annotation/test/LineSubject.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ describe('<LineSubject />', () => {
it('should be defined', () => {
expect(LineSubject).toBeDefined();
});
it('should a line', () => {
it('should render a line', () => {
expect(shallow(<LineSubject min={0} max={100} />).find('line')).toHaveLength(1);
});
});

0 comments on commit 99afe9a

Please sign in to comment.