From 0ec77a7aada0dd3b1519a226c126fe9d16fc16b5 Mon Sep 17 00:00:00 2001 From: roggervalf Date: Fri, 19 Jan 2024 21:21:35 -0500 Subject: [PATCH] chore: remove unused variable --- tests/test_job.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_job.ts b/tests/test_job.ts index 3a98ed8949..e7a0ca92c8 100644 --- a/tests/test_job.ts +++ b/tests/test_job.ts @@ -16,7 +16,6 @@ import { v4 } from 'uuid'; import { Job, Queue, QueueEvents, Worker } from '../src/classes'; import { JobsOptions } from '../src/types'; import { delay, getParentKey, removeAllQueueData } from '../src/utils'; -import { SSL_OP_NO_TLSv1_2 } from 'constants'; describe('Job', function () { const redisHost = process.env.REDIS_HOST || 'localhost';