Skip to content

Commit 48d65fc

Browse files
committed
ICM: Test name fixed.
1 parent 9b605a3 commit 48d65fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/MutexTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ protected function setUp()
1919
}
2020

2121
/** @test */
22-
public function it_has_one_required_constructor_argument_which_is_command()
22+
public function it_requires_command_as_constructor_parameter()
2323
{
2424
$mutex = new Mutex($this->command);
2525
$this->assertInstanceOf(Mutex::class, $mutex);

0 commit comments

Comments
 (0)