Skip to content

Commit

Permalink
chore: fix typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
blumamir committed Jan 24, 2021
1 parent 5419312 commit eca81a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ describe('CollectorTraceExporter - node with json over http', () => {
});
});

it('different http export request should use the same agent', done => {
it('different http export requests should use the same agent', done => {
collectorExporter.export(spans, () => {});
collectorExporter.export(spans, () => {});

Expand Down

0 comments on commit eca81a4

Please sign in to comment.