Skip to content

Commit ff8e972

Browse files
committed
Update test for temporary assignment in HttpStatusCodeTest
1 parent c1b23eb commit ff8e972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/Http/HttpStatusCodeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public function testIsTemporaryAssignment(): void {
1717
public function testGetTemporaryAssignmentExpiresAt(): void {
1818
static::assertNull(HttpStatusCode::OK->getTemporaryAssignmentExpiresAt());
1919
static::assertEquals(
20-
new DateTimeImmutable('2025-11-13'),
20+
new DateTimeImmutable('2026-11-13'),
2121
HttpStatusCode::Upload_Resumption_Supported->getTemporaryAssignmentExpiresAt()
2222
);
2323
}

0 commit comments

Comments
 (0)