Skip to content

Commit 9ac5687

Browse files
authored
Update spec/DefinedSchemas.spec.js
1 parent a601269 commit 9ac5687

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/DefinedSchemas.spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,7 @@ describe('DefinedSchemas', () => {
447447
expect(definedSchema.isProtectedIndex('_Role', 'name_1')).toEqual(true);
448448
expect(definedSchema.isProtectedIndex('_Role', 'test')).toEqual(false);
449449
});
450+
450451
it('should detect protected indexes for _Idempotency class', () => {
451452
const definedSchema = new DefinedSchemas({}, {});
452453
expect(definedSchema.isProtectedIndex('_Idempotency', 'reqId_1')).toEqual(true);

0 commit comments

Comments
 (0)