Skip to content

Commit

Permalink
Passing eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
kennsippell committed Nov 29, 2024
1 parent ad09272 commit de78eb0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/fn/upload-docs.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
const _ = require('lodash');
const path = require('path');
const minimist = require('minimist');

Expand Down
2 changes: 1 addition & 1 deletion test/fn/upload-docs.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ describe('upload-docs', function() {
_id: 'org.couchdb.user:user2',
username: 'user2',
place: ['two'],
}
};
assert.deepEqual(apiStub.requestLog(), [
{ method: 'GET', url: '/api/v2/users?facility_id=one', body: {} },
{ method: 'DELETE', url: '/api/v1/users/user1', body: {} },
Expand Down

0 comments on commit de78eb0

Please sign in to comment.