Skip to content

Commit 2f5edc1

Browse files
committed
Update index.test.ts
1 parent a411041 commit 2f5edc1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

workers/limiter/tests/index.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ describe('Limiter worker', () => {
223223
* Assert
224224
*/
225225
const result = await redisClient.sMembers('DisabledProjectsSet');
226-
const updatedWorkspace = await workspaceCollection.findOne({ _id: workspace._id });
227226

228227
expect(result).toContain(project._id.toString());
229228
});

0 commit comments

Comments
 (0)