Skip to content

Commit

Permalink
Fix typo in test class method's name
Browse files Browse the repository at this point in the history
  • Loading branch information
José Postiga committed Jul 27, 2019
1 parent 5cb7b0e commit 9c33361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/WebhookConfigTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function it_validates_the_webhook_profile()
}

/** @test */
public function it_validates_the_process_webhook_ojb()
public function it_validates_the_process_webhook_job()
{
$config = $this->getValidConfig();
$config['process_webhook_job'] = 'invalid-process-webhook-job';
Expand Down

0 comments on commit 9c33361

Please sign in to comment.