Skip to content

Commit 7c8df9b

Browse files
committed
linting
1 parent 6165721 commit 7c8df9b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

aws-distro-opentelemetry-node-autoinstrumentation/test/patches/instrumentation-patch.test.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -565,15 +565,15 @@ describe('InstrumentationPatchTest', () => {
565565
},
566566
};
567567

568-
afterEach(() => {
569-
sinon.restore();
570-
});
571-
572568
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
573569
// @ts-ignore
574570
await send({}, null);
575571
});
576572

573+
afterEach(() => {
574+
sinon.restore();
575+
});
576+
577577
it('Updates trace header casing when AWSXRayPropagator injects trace header successfully', async () => {
578578
sinon
579579
.stub(AWSXRayPropagator.prototype, 'inject')

0 commit comments

Comments
 (0)