users: replace modifiedAt with ts
This commit is contained in:
@@ -29,7 +29,6 @@ describe('Apps', function () {
|
||||
fallbackEmail: 'admin@me.com',
|
||||
salt: 'morton',
|
||||
createdAt: 'sometime back',
|
||||
modifiedAt: 'now',
|
||||
resetToken: hat(256),
|
||||
displayName: '',
|
||||
groupIds: [],
|
||||
@@ -45,7 +44,6 @@ describe('Apps', function () {
|
||||
fallbackEmail: 'safe@me.com',
|
||||
salt: 'morton',
|
||||
createdAt: 'sometime back',
|
||||
modifiedAt: 'now',
|
||||
resetToken: hat(256),
|
||||
displayName: '',
|
||||
groupIds: [],
|
||||
@@ -61,7 +59,6 @@ describe('Apps', function () {
|
||||
fallbackEmail: 'safe1@me.com',
|
||||
salt: 'morton',
|
||||
createdAt: 'sometime back',
|
||||
modifiedAt: 'now',
|
||||
resetToken: hat(256),
|
||||
displayName: '',
|
||||
groupIds: [ 'somegroup' ],
|
||||
|
||||
Reference in New Issue
Block a user