Skip to content

Commit a6a51bd

Browse files
Update test/encrypted_schema.test.js
Co-authored-by: Aditi Khare <[email protected]>
1 parent 4402f80 commit a6a51bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/encrypted_schema.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ describe('encrypted schema declaration', function() {
519519
});
520520
});
521521

522-
describe('When omit() is used with some all the encrypted fields', function() {
522+
describe('When omit() is used with all the encrypted fields', function() {
523523
it('Then the encryption type is the same as the original schema’s encryption type', function() {
524524
const originalSchema = new Schema({
525525
name: { type: String, encrypt: { keyId: KEY_ID, algorithm } },

0 commit comments

Comments
 (0)