Skip to content

Commit

Permalink
Update packages/opentelemetry-node/test/agent-metadata.test.js
Browse files Browse the repository at this point in the history
Co-authored-by: Trent Mick <[email protected]>
  • Loading branch information
david-luna and trentm authored Jan 30, 2024
1 parent 1d04726 commit 160d780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/opentelemetry-node/test/agent-metadata.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const testFixtures = [
},
];

test('agent metada', (suite) => {
test('agent metadata', (suite) => {
runTestFixtures(suite, testFixtures);
suite.end();
});

0 comments on commit 160d780

Please sign in to comment.