Skip to content

Commit

Permalink
Unfocus unit test (jaegertracing#298)
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Farro <joef@uber.com>
Signed-off-by: Everett Ross <reverett@uber.com>

Signed-off-by: vvvprabhakar <vvvprabhakar@gmail.com>
  • Loading branch information
tiffon authored and everett980 committed Jan 16, 2019
1 parent 64c14dd commit 97e9310
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ describe('<TracePageHeader>', () => {
expect(wrapper.find(SpanGraph).length).toBe(0);
});

fit('hides the summary when hideSummary === true', () => {
it('hides the summary when hideSummary === true', () => {
expect(wrapper.find(LabeledList).length).toBe(1);
wrapper.setProps({ hideSummary: true });
expect(wrapper.find(LabeledList).length).toBe(0);
Expand Down

0 comments on commit 97e9310

Please sign in to comment.