Skip to content

Commit 8cafa53

Browse files
committed
uupdated with lint
1 parent 78da409 commit 8cafa53

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/VCS/Adapter/GitHubTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -513,11 +513,11 @@ public function testGetCommit(): void
513513
public function testGetCommitWithInvalidHash(): void
514514
{
515515
$repositoryName = 'test-get-commit-invalid-' . \uniqid();
516-
516+
517517
try {
518518
$this->vcsAdapter->createRepository(static::$owner, $repositoryName, false);
519519
$this->vcsAdapter->createFile(static::$owner, $repositoryName, 'README.md', '# Test');
520-
520+
521521
$this->expectException(\Exception::class);
522522
$this->vcsAdapter->getCommit(static::$owner, $repositoryName, 'invalid-sha-12345');
523523
} finally {

0 commit comments

Comments
 (0)