Fix flat field metadata date type (#16445)
# Introduction Following https://github.com/twentyhq/twenty/pull/16420
This commit is contained in:
+2
-2
@@ -130,8 +130,8 @@ describe('WorkspaceEntityManager', () => {
|
||||
objectMetadataId: 'test-entity-id',
|
||||
isNullable: true,
|
||||
isLabelSyncedWithName: false,
|
||||
createdAt: new Date(),
|
||||
updatedAt: new Date(),
|
||||
createdAt: new Date().toISOString(),
|
||||
updatedAt: new Date().toISOString(),
|
||||
universalIdentifier: 'field-id',
|
||||
defaultValue: null,
|
||||
description: null,
|
||||
|
||||
Reference in New Issue
Block a user