Skip to content

Commit 2b120eb

Browse files
committed
suggestion 2 update
1 parent 1833872 commit 2b120eb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/VCS/Base.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -629,6 +629,7 @@ public function testSearchRepositories(): void
629629
$this->assertArrayHasKey('items', $result);
630630
$this->assertArrayHasKey('total', $result);
631631

632+
$this->assertNotEmpty($result['items']);
632633
$this->assertArrayHasKey('pushed_at', $result['items'][0]);
633634
$this->assertTrue(
634635
$result['items'][0]['pushed_at'] === null || \strtotime($result['items'][0]['pushed_at']) !== false

0 commit comments

Comments
 (0)