Skip to content

Commit 9616562

Browse files
MAGETWO-35602: Failures in unit tests coverage builds - PersonalInfoTest::testGetCurrentStatus
- fixed random test
1 parent 1133479 commit 9616562

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/App/Test/Unit/View/Deployment

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/App/Test/Unit/View/Deployment/VersionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function testGetValueDeveloperMode()
4040
->method('getMode')
4141
->will($this->returnValue(\Magento\Framework\App\State::MODE_DEVELOPER));
4242
$this->versionStorage->expects($this->never())->method($this->anything());
43-
$this->assertEquals(time(), $this->object->getValue());
43+
$this->assertEquals(time(), $this->object->getValue(), '', 5);
4444
$this->object->getValue(); // Ensure computation occurs only once and result is cached in memory
4545
}
4646

0 commit comments

Comments
 (0)