Skip to content

Commit fa5dd6a

Browse files
committed
f
1 parent 6022149 commit fa5dd6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/Schema.spec.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,8 @@ describe('Schema', () => {
687687
expect(schema['data']['NewClass']).toEqual({
688688
objectId: { type: 'String' },
689689
updatedAt: { type: 'Date' },
690-
createdAt: { type: 'Date' }
690+
createdAt: { type: 'Date' },
691+
ACL: { type: 'ACL' }
691692
});
692693
done();
693694
});

0 commit comments

Comments
 (0)