File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments