We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec25d52 commit cb0f8ebCopy full SHA for cb0f8eb
tests/VCS/Adapter/GitHubTest.php
@@ -175,7 +175,7 @@ public function testGetComment(): void
175
176
public function testGetInstallationRepository(): void
177
{
178
- $repositoryName = 'basic-js-crud';
+ $repositoryName = 'astro-starter';
179
$repo = $this->vcsAdapter->getInstallationRepository($repositoryName);
180
$this->assertIsArray($repo);
181
$this->assertSame($repositoryName, $repo['name']);
0 commit comments