Skip to content

Commit a47bd82

Browse files
committed
fix: phpunit test
1 parent daedb68 commit a47bd82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Webhook/Registration/WebhookSubscriberTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ public function testCheckWebhookAfterWithNoCheckNeeded(): void
228228
->willReturn(false);
229229

230230
$this->createWebhookSubscriber(['' => null, TestDefaults::SALES_CHANNEL => null])
231-
->checkWebhookBefore($event);
231+
->checkWebhookAfter($event);
232232
}
233233

234234
public function testSubscribedEvents(): void

0 commit comments

Comments
 (0)