Skip to content

Commit

Permalink
adding unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
cauemarcondes committed Apr 17, 2020
1 parent 1467474 commit 3467807
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ describe('waterfall_helpers', () => {
expect(waterfall.errorItems.length).toBe(0);
expect(waterfall.errorsCount).toEqual(0);
});
it('shouldnt reparent spans when child id isnt found', () => {
it("shouldn't reparent spans when child id isn't found", () => {
const traceItems = [
{
processor: { event: 'transaction' },
Expand Down

0 comments on commit 3467807

Please sign in to comment.