Skip to content

Commit

Permalink
update test event
Browse files Browse the repository at this point in the history
  • Loading branch information
theimerj committed Mar 14, 2024
1 parent 2b84296 commit 915e892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/HandleStripeWebhookTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public function constructEvent(string $jsonPayload, string $signature, string $s
// Event::assertDispatched(OrderPaymentSuccessful::class);
})->group('webhooks');

it('can handle payment_intent.cancelled event', function () {
it('can handle payment_intent.canceled event', function () {
/** @var TestCase $this */
Event::fake();
Queue::fake();
Expand Down

0 comments on commit 915e892

Please sign in to comment.