Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored and github-actions[bot] committed Jan 3, 2023
1 parent 2026998 commit aa4e524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/SslCertificateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
it('can determine the valid from date')
->expect(fn () => $this->certificate->validFromDate())->toBeInstanceOf(Carbon::class)
->and(fn () => $this->certificate->validFromDate()->format('Y-m-d H:i:s'))->toEqual('2016-05-19 16:50:00');
;
;

it('can determine the lifespan in days')
->expect(fn () => $this->certificate->lifespanInDays())->toEqual(90);
Expand Down

0 comments on commit aa4e524

Please sign in to comment.