Skip to content

Commit

Permalink
Require handler in fake handlers
Browse files Browse the repository at this point in the history
the pipeline started failing without these
  • Loading branch information
lizkenyon committed Jan 26, 2024
1 parent f2a3eee commit 39163f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_helpers/fake_webhook_handler.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# typed: false
# frozen_string_literal: true

require_relative "../../lib/shopify_api/webhooks/handler"

module TestHelpers
class FakeWebhookHandler
include ShopifyAPI::Webhooks::Handler
Expand Down
1 change: 1 addition & 0 deletions test/test_helpers/new_fake_webhook_handler.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# typed: false
# frozen_string_literal: true

require_relative "../../lib/shopify_api/webhooks/handler"
module TestHelpers
class NewFakeWebhookHandler
include ShopifyAPI::Webhooks::WebhookHandler
Expand Down

0 comments on commit 39163f0

Please sign in to comment.