Skip to content

Commit

Permalink
fix(util): remove unused statement in test that breaks it
Browse files Browse the repository at this point in the history
  • Loading branch information
MrOrz committed Sep 27, 2023
1 parent efbcdcf commit 8884df5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/util/__tests__/scrapUrls.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ import client from 'util/client';
import resolveUrl from '../grpc';

describe('scrapping & storage', () => {
let server;

afterAll(async () => {
await client.deleteByQuery({
index: 'urls',
Expand All @@ -21,7 +19,6 @@ describe('scrapping & storage', () => {
},
},
});
server.close();
});

it(
Expand Down

0 comments on commit 8884df5

Please sign in to comment.