We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aeea6e commit c6ddd34Copy full SHA for c6ddd34
1 file changed
test/adapter/ffmpeg_movie_Test.php
@@ -80,7 +80,7 @@ public function testPersistentResourceSimulation() {
80
81
public function testGetDuration() {
82
$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)');
+ $this->assertEquals(32.14, $this->movie->getDuration(), 'Duration should be float(32.13)');
84
}
85
86
public function testGetDuration_Audio() {
0 commit comments