Fix unit test set_email_recovery_action_method_test file to avoid build failed

This commit is contained in:
dab246
2024-03-11 12:32:53 +07:00
committed by Dat H. Pham
parent f8e108cfe9
commit e9b620b56e
@@ -79,10 +79,10 @@ void main() {
..addCreate(
createRequestId,
EmailRecoveryAction(
deletedBefore: UTCDate(DateTime.parse('2023-02-09T10:00:00')),
deletedAfter: UTCDate(DateTime.parse('2023-02-09T09:00:00')),
receivedBefore: UTCDate(DateTime.parse('2023-02-09T10:00:00')),
receivedAfter: UTCDate(DateTime.parse('2023-02-09T09:00:00')),
deletedBefore: UTCDate(DateTime.parse('2023-02-09T10:00:00Z')),
deletedAfter: UTCDate(DateTime.parse('2023-02-09T09:00:00Z')),
receivedBefore: UTCDate(DateTime.parse('2023-02-09T10:00:00Z')),
receivedAfter: UTCDate(DateTime.parse('2023-02-09T09:00:00Z')),
hasAttachment: true,
subject: 'Simple topic',
sender: 'bob@domain.tld',