mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Merge pull request #54617 from nextcloud/followup/54608/double-space
test: Fix double space
This commit is contained in:
commit
e878ff9119
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ class CertificateTest extends \Test\TestCase {
|
|||
public function testGetIssueDate(): void {
|
||||
$expected = new \DateTime('2025-08-25 09:53:14 GMT');
|
||||
$this->assertEquals($expected->getTimestamp(), $this->goodCertificate->getIssueDate()->getTimestamp());
|
||||
$expected = new \DateTime('2025-08-25 10:00:15 GMT');
|
||||
$expected = new \DateTime('2025-08-25 10:00:15 GMT');
|
||||
$this->assertEquals($expected->getTimestamp(), $this->invalidCertificate->getIssueDate()->getTimestamp());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue