Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benzekrimaha committed May 13, 2024
1 parent a686509 commit 00fcc8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/countItems.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ const async = require('async');
const werelogs = require('werelogs');
const { BucketInfo, ObjectMD } = require('arsenal').models;
const { constants } = require('arsenal');
const S3UtilsMongoClient = require('../../utils/S3UtilsMongoClient');
const sinon = require('sinon');
const S3UtilsMongoClient = require('../../utils/S3UtilsMongoClient');
const CountMaster = require('../../CountItems/CountMaster');
const CountManager = require('../../CountItems/CountManager');
const createMongoParams = require('../../utils/createMongoParams');
Expand Down

0 comments on commit 00fcc8d

Please sign in to comment.