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 Aug 7, 2023
1 parent 7b7835e commit b46d002
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 b46d002

Please sign in to comment.