Skip to content

Commit

Permalink
Improve test name
Browse files Browse the repository at this point in the history
  • Loading branch information
satazor committed Nov 10, 2023
1 parent 44a3f65 commit 190fbf4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1054,7 +1054,7 @@ describe('Span', () => {
assert.ok(started);
});

it('should call onStart synchronously when span is started with initial attributes', () => {
it('include initial attributes in onStart', () => {
let initAttributes;
const processor: SpanProcessor = {
onStart: span => {
Expand Down

0 comments on commit 190fbf4

Please sign in to comment.