Skip to content

Commit

Permalink
unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
angorayc committed Nov 8, 2022
1 parent f851937 commit 28d192e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ describe('MetricEmbeddable', () => {
});

it('render titles', () => {
expect(res.getAllByText('Source')).toHaveLength(2);
expect(res.getAllByText('Dest.')).toHaveLength(2);
expect(res.getAllByText('Source')).toHaveLength(1);
expect(res.getAllByText('Dest.')).toHaveLength(1);
});
});

0 comments on commit 28d192e

Please sign in to comment.