Skip to content

Commit d1b807e

Browse files
committed
use correct method
1 parent 2f9386d commit d1b807e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Console/WebhookJobMakeCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function testShouldMakeUrlFromName(): void
2828
$application = new ConsoleApplication();
2929
$testedCommand = $this->app->make(WebhookJobMakeCommand::class);
3030
$testedCommand->setLaravel($this->app);
31-
$application->add($testedCommand);
31+
$application->addCommand($testedCommand);
3232

3333
$command = $application->find('shopify-app:make:webhook');
3434

0 commit comments

Comments
 (0)