Skip to content

Commit d12581e

Browse files
committed
Fix failing test case
1 parent 229476f commit d12581e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Lock/Test/Unit/Backend/DatabaseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public function testAcquireLockWithTooLongName()
8383
*/
8484
public function testAcquireLockWithAlreadyAcquiredLockInSameSession()
8585
{
86-
$this->statement->expects($this->at(2))
86+
$this->statement->expects($this->any())
8787
->method('fetchColumn')
8888
->willReturn(true);
8989

0 commit comments

Comments
 (0)