Skip to content

Commit d3c6c9f

Browse files
remove .only()
1 parent 65a57bd commit d3c6c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/encryption/encryption.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1268,7 +1268,7 @@ describe('encryption integration tests', () => {
12681268
});
12691269
});
12701270

1271-
describe.only('Encryption can be configured on the default mongoose connection', function() {
1271+
describe('Encryption can be configured on the default mongoose connection', function() {
12721272
afterEach(async function() {
12731273
mongoose.deleteModel('Schema');
12741274
await mongoose.disconnect();

0 commit comments

Comments
 (0)