Skip to content

Commit

Permalink
Merge branch 'main' of github.com:spatie/ssl-certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Aug 7, 2023
2 parents 282bf91 + b46d002 commit 3e8d2ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/SslCertificateFromStringTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
->toEqual((string) $this->certificate);
});

it('can get the hash of a certificate', function() {
it('can get the hash of a certificate', function () {
expect($this->certificate->getHash())->toEqual('0547c1a78dcdbe96f907aaaf42db5b8f');
})->skip(getenv('GITHUB_ACTIONS'), 'Github Actions results in different output');

Expand Down

0 comments on commit 3e8d2ed

Please sign in to comment.