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 f37b842 commit 9d03738Copy full SHA for 9d03738
tests/Integration/Cache/LockTest.php
@@ -73,7 +73,7 @@ public function test_lock_with_ttl(): void
73
// No longer locked after another 30 min (total 1h)
74
$clock->plus(Duration::minutes(30));
75
$this->assertTrue($lock->acquire());
76
- $this->assertFalse($lock->release());
+ $this->assertTrue($lock->release());
77
}
78
79
public function test_lock_execution_without_timeout(): void
0 commit comments