Skip to content

Commit c6ddd34

Browse files
committed
test(ffmpeg_movie_Test): fix duration test
1 parent 8aeea6e commit c6ddd34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/adapter/ffmpeg_movie_Test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public function testPersistentResourceSimulation() {
8080

8181
public function testGetDuration() {
8282
$this->assertInternalType('float', $this->movie->getDuration(), 'Duration is of float type');
83-
$this->assertEquals(32.13, $this->movie->getDuration(), 'Duration should be float(32.13)');
83+
$this->assertEquals(32.14, $this->movie->getDuration(), 'Duration should be float(32.13)');
8484
}
8585

8686
public function testGetDuration_Audio() {

0 commit comments

Comments
 (0)