From 9c3336132a475eeb21b7286cc67618a201dc319b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Postiga?= Date: Sat, 27 Jul 2019 12:08:47 +0100 Subject: [PATCH] Fix typo in test class method's name --- tests/WebhookConfigTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/WebhookConfigTest.php b/tests/WebhookConfigTest.php index 03aa4d6..e09b8c7 100644 --- a/tests/WebhookConfigTest.php +++ b/tests/WebhookConfigTest.php @@ -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';