Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
Update sequelize.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ragrag authored Apr 16, 2024
1 parent b8eeee8 commit 468d8b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/instrumentation-sequelize/test/sequelize.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ describe('instrumentation-sequelize', () => {
});
});

describe('ignoreOrphanedSpans', () => {
describe('moduleVersionAttributeName', () => {
it('sets span attribute module.version from config.moduleVersionAttributeName', async () => {
instrumentation.disable();
const instance = new sequelize.Sequelize(`postgres://john@$localhost:1111/my-name`, { logging: false });
Expand Down

0 comments on commit 468d8b1

Please sign in to comment.