Skip to content

Commit cb0f8eb

Browse files
committed
test fix
1 parent ec25d52 commit cb0f8eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/VCS/Adapter/GitHubTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ public function testGetComment(): void
175175

176176
public function testGetInstallationRepository(): void
177177
{
178-
$repositoryName = 'basic-js-crud';
178+
$repositoryName = 'astro-starter';
179179
$repo = $this->vcsAdapter->getInstallationRepository($repositoryName);
180180
$this->assertIsArray($repo);
181181
$this->assertSame($repositoryName, $repo['name']);

0 commit comments

Comments
 (0)