Skip to content

Commit

Permalink
Merge pull request #18 from josepostiga/master
Browse files Browse the repository at this point in the history
Fix typo in test class method name
  • Loading branch information
freekmurze authored Jul 27, 2019
2 parents 5cb7b0e + 9c33361 commit 71380c4
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 71380c4

Please sign in to comment.