Skip to content

Commit a12ffe2

Browse files
author
Your Name
committed
updated with suggestions
1 parent 92a2ba8 commit a12ffe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/VCS/Adapter/GiteaTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,7 @@ public function testCreateComment(): void
878878
// Test createComment
879879
$commentId = $this->vcsAdapter->createComment(self::$owner, $repositoryName, $prNumber, 'Test comment');
880880

881-
$this->assertNotEmpty($commentId);
881+
$this->assertNotEquals('', $commentId);
882882
$this->assertIsString($commentId);
883883
$this->assertIsNumeric($commentId);
884884

0 commit comments

Comments
 (0)