Skip to content

Commit 7e15db9

Browse files
committed
Updated SpinlockMutexTest to expect a ExecutionOutsideLockException.
1 parent ad3f16c commit 7e15db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/mutex/SpinlockMutexTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function testAcquireTimesOut()
6868
* Tests executing code which exceeds the timeout fails.
6969
*
7070
* @test
71-
* @expectedException malkusch\lock\exception\LockReleaseException
71+
* @expectedException malkusch\lock\exception\ExecutionOutsideLockException
7272
*/
7373
public function testExecuteTooLong()
7474
{

0 commit comments

Comments
 (0)