Skip to content

Commit 8dc555e

Browse files
committed
Fix tests
1 parent b3ed548 commit 8dc555e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/VCS/Adapter/GitHubTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,9 @@ public function testGetCommit(): void
327327
$this->assertIsArray($commitDetails);
328328
$this->assertEquals('https://avatars.githubusercontent.com/u/43381712?v=4', $commitDetails['commitAuthorAvatar']);
329329
$this->assertEquals('Khushboo Verma', $commitDetails['commitAuthor']);
330-
$this->assertEquals('Initial commit', $commitDetails['commcommitHashitMessage']);
330+
$this->assertEquals('Initial commit', $commitDetails['commitMessage']);
331331
$this->assertEquals('https://github.com/test-kh/test1/commit/7ae65094d56edafc48596ffbb77950e741e56412', $commitDetails['commitUrl']);
332+
$this->assertEquals('7ae65094d56edafc48596ffbb77950e741e56412', $commitDetails['commitHash']);
332333
}
333334

334335
public function testGetLatestCommit(): void

0 commit comments

Comments
 (0)