Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mhennoch committed Sep 27, 2024
1 parent 61f0f8b commit 32fb3e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/instrumentation/redis.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ describe('Redis instrumentation', () => {
redisServer.listen(6379);
});

after( async () => {
after(async () => {
redisServer.close();
redisServer.unref();
});
Expand All @@ -59,7 +59,7 @@ describe('Redis instrumentation', () => {
exporter = new InMemorySpanExporter();
});

afterEach( async () => {
afterEach(async () => {
utils.cleanEnvironment();
await stopTracing();
});
Expand Down

0 comments on commit 32fb3e8

Please sign in to comment.