Skip to content

Commit 5688602

Browse files
committed
Update FilesController.spec.js
1 parent a671874 commit 5688602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/FilesController.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ describe('FilesController', () => {
4343
done();
4444
});
4545

46-
it('should pass databaseOptions to GridFSBucketAdapter', async () => {
46+
it_only_db('mongo')('should pass databaseOptions to GridFSBucketAdapter', async () => {
4747
await reconfigureServer({
4848
databaseURI: 'mongodb://localhost:27017/parse',
4949
filesAdapter: null,

0 commit comments

Comments
 (0)