Skip to content

Commit 51f596e

Browse files
committed
test: Fix double space
Signed-off-by: Joas Schilling <[email protected]>
1 parent 1091e59 commit 51f596e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/Security/CertificateTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function testGetOrganization(): void {
7171
public function testGetIssueDate(): void {
7272
$expected = new \DateTime('2025-08-25 09:53:14 GMT');
7373
$this->assertEquals($expected->getTimestamp(), $this->goodCertificate->getIssueDate()->getTimestamp());
74-
$expected = new \DateTime('2025-08-25 10:00:15 GMT');
74+
$expected = new \DateTime('2025-08-25 10:00:15 GMT');
7575
$this->assertEquals($expected->getTimestamp(), $this->invalidCertificate->getIssueDate()->getTimestamp());
7676
}
7777

0 commit comments

Comments
 (0)