Skip to content

Commit 4d19590

Browse files
committed
chore: changed after code review
#5551 (comment) Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent cd6c647 commit 4d19590

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/php/Unit/Helper/ValidateHelperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ public function testValidateIdentifySigners(array $data, bool $shouldThrow = fal
707707
$validateHelper->validateIdentifySigners($data);
708708

709709
if (!$shouldThrow) {
710-
$this->assertTrue(true); // If we get here without exception, test passed
710+
$this->addToAssertionCount(1); // If we get here without exception, test passed
711711
}
712712
}
713713

0 commit comments

Comments
 (0)