Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
satazor committed Nov 13, 2023
1 parent 1411439 commit 8bcd2a9
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('include attributes in onStart', () => {
it('should include attributes in onStart', () => {
let attributes;
const processor: SpanProcessor = {
onStart: span => {
Expand Down

0 comments on commit 8bcd2a9

Please sign in to comment.