Skip to content

Commit e87b922

Browse files
committed
ICM: Test name changed.
1 parent fd5e065 commit e87b922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ConsoleMutex/WithoutOverlappingTraitTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public function it_allows_to_run_command_if_there_is_no_other_running_instances(
9797
* @runInSeparateProcess
9898
* @preserveGlobalState disabled
9999
*/
100-
public function it_throws_an_exception_if_trying_to_run_another_instance_of_the_command()
100+
public function it_blocks_if_trying_to_run_another_instance_of_the_command()
101101
{
102102
$mutex = Mockery::mock('overload:Illuminated\Console\Mutex');
103103
$mutex->shouldReceive('acquireLock')->with(0)->once()->andReturn(false);

0 commit comments

Comments
 (0)