Skip to content

Commit

Permalink
test(bull-explorer): update
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony133 committed Jan 5, 2021
1 parent 10063a1 commit 963b1aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/test/bull.explorer.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ describe('BullExplorer', () => {
bullExplorer = moduleRef.get(BullExplorer);
});
afterAll(async () => {
await moduleRef.get(getQueueToken('test')).close();
await moduleRef.close();
});
describe('handleProcessor', () => {
Expand Down

0 comments on commit 963b1aa

Please sign in to comment.