Skip to content

Commit

Permalink
Removed unsused Import
Browse files Browse the repository at this point in the history
  • Loading branch information
pepijndik committed Dec 4, 2024
1 parent b671d3e commit 9d6ddd9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ const sinon = require('sinon');
const { User } = require('../../../lib/dtos/User');
const { detectorOwnershipMiddleware } = require('../../../lib/middleware/detectorOwnership.middleware');

const {Role} = require('../../../lib/common/role.enum.js');
describe('`DetectorOwnerShipmiddleware` test suite', () => {
let userStub;

Expand Down

0 comments on commit 9d6ddd9

Please sign in to comment.