Skip to content

Commit 3aef7be

Browse files
committed
fix: test timestamp correctly formatted
1 parent f70901e commit 3aef7be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/emails/receiving/receiving.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ describe('Receiving', () => {
7070
raw: {
7171
download_url:
7272
'https://example.com/emails/raw/abc123?signature=xyz789',
73-
expires_at: '2023-04-07T24:13:52.669661+00:00',
73+
expires_at: '2023-04-08T00:13:52.669661+00:00',
7474
},
7575
attachments: [
7676
{
@@ -124,7 +124,7 @@ describe('Receiving', () => {
124124
"object": "email",
125125
"raw": {
126126
"download_url": "https://example.com/emails/raw/abc123?signature=xyz789",
127-
"expires_at": "2023-04-07T24:13:52.669661+00:00",
127+
"expires_at": "2023-04-08T00:13:52.669661+00:00",
128128
},
129129
"reply_to": [
130130
"reply@example.com",

0 commit comments

Comments
 (0)