mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
test: Fix double space
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
1091e59b90
commit
51f596e0c2
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