Fix unit test set_email_recovery_action_method_test file to avoid build failed
This commit is contained in:
@@ -79,10 +79,10 @@ void main() {
|
|||||||
..addCreate(
|
..addCreate(
|
||||||
createRequestId,
|
createRequestId,
|
||||||
EmailRecoveryAction(
|
EmailRecoveryAction(
|
||||||
deletedBefore: UTCDate(DateTime.parse('2023-02-09T10:00:00')),
|
deletedBefore: UTCDate(DateTime.parse('2023-02-09T10:00:00Z')),
|
||||||
deletedAfter: UTCDate(DateTime.parse('2023-02-09T09:00:00')),
|
deletedAfter: UTCDate(DateTime.parse('2023-02-09T09:00:00Z')),
|
||||||
receivedBefore: UTCDate(DateTime.parse('2023-02-09T10:00:00')),
|
receivedBefore: UTCDate(DateTime.parse('2023-02-09T10:00:00Z')),
|
||||||
receivedAfter: UTCDate(DateTime.parse('2023-02-09T09:00:00')),
|
receivedAfter: UTCDate(DateTime.parse('2023-02-09T09:00:00Z')),
|
||||||
hasAttachment: true,
|
hasAttachment: true,
|
||||||
subject: 'Simple topic',
|
subject: 'Simple topic',
|
||||||
sender: 'bob@domain.tld',
|
sender: 'bob@domain.tld',
|
||||||
|
|||||||
Reference in New Issue
Block a user