diff --git a/test/webhooks/registry_test.rb b/test/webhooks/registry_test.rb index adf6a59b6..eed96d190 100644 --- a/test/webhooks/registry_test.rb +++ b/test/webhooks/registry_test.rb @@ -2,7 +2,7 @@ # frozen_string_literal: true require_relative "../test_helper.rb" -require_relative "webhook_registration_queries.rb" +require_relative "registry_test_queries.rb" module ShopifyAPITest module Webhooks diff --git a/test/webhooks/webhook_registration_queries.rb b/test/webhooks/registry_test_queries.rb similarity index 100% rename from test/webhooks/webhook_registration_queries.rb rename to test/webhooks/registry_test_queries.rb