Skip to content

Commit d7bb91e

Browse files
committed
ITT: Service provider tests fixed.
1 parent 4348335 commit d7bb91e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestingTools/Asserts/ServiceProviderAssertsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public function it_has_dont_see_registered_alias_assertion()
2121
/** @test */
2222
public function it_has_see_registered_command_assertion()
2323
{
24-
$this->seeRegisteredCommand('generic');
24+
$this->seeRegisteredCommand('registered');
2525
}
2626

2727
/** @test */

0 commit comments

Comments
 (0)