Skip to content

Commit ed7259b

Browse files
sualkoFelixJacobi
andauthored
Update tests/unit/Responses/GetRecordingsResponseTest.php
Co-authored-by: Felix Jacobi <felix@jacobi-hamburg.net>
1 parent e673926 commit ed7259b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/Responses/GetRecordingsResponseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public function testMultiplePlaybackFormats()
101101
$this->assertEquals(0, $formats[1]->getLength());
102102
}
103103

104-
public function testImagePreviews()
104+
public function testImagePreviews(): void
105105
{
106106
$record = $this->records->getRecords()[6];
107107
$formats = $record->getPlaybackFormats();

0 commit comments

Comments
 (0)