Skip to content

Commit

Permalink
Increase test coverage on SpanBarRow.tsx
Browse files Browse the repository at this point in the history
Signed-off-by: albertteoh <[email protected]>
  • Loading branch information
albertteoh committed Feb 22, 2021
1 parent de71c65 commit 8a9592e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ describe('<SpanBarRow>', () => {
serviceName: 'rpc-service-name',
},
showErrorIcon: false,
getViewedBounds: () => ({ start: 0, end: 1 }),
getViewedBounds: () => ({ start: 10, end: 1 }),
span: {
duration: 'test-duration',
hasChildren: true,
Expand Down

0 comments on commit 8a9592e

Please sign in to comment.