Skip to content

Commit d3bed74

Browse files
remove .only()
1 parent a66b479 commit d3bed74

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
@@ -1276,7 +1276,7 @@ describe('encryption integration tests', () => {
12761276
});
12771277
});
12781278

1279-
describe.only('Encryption can be configured on the default mongoose connection', function() {
1279+
describe('Encryption can be configured on the default mongoose connection', function() {
12801280
afterEach(async function() {
12811281
mongoose.deleteModel('Schema');
12821282
await mongoose.disconnect();

0 commit comments

Comments
 (0)