Skip to content

Commit

Permalink
Fix namespace in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hakanensari committed Nov 1, 2024
1 parent ef05347 commit 256d7e5
Show file tree
Hide file tree
Showing 37 changed files with 111 additions and 216 deletions.
2 changes: 1 addition & 1 deletion test/peddler/apis/feeds_2021_06_30_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
require "peddler/apis/feeds_2021_06_30"

module Peddler
class API
module APIs
class Feeds20210630Test < Minitest::Test
include FeatureHelpers

Expand Down
2 changes: 1 addition & 1 deletion test/peddler/apis/listings_items_2021_08_01_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
require "peddler/apis/listings_items_2021_08_01"

module Peddler
class API
module APIs
class ListingsItems20210801Test < Minitest::Test
include FeatureHelpers

Expand Down
2 changes: 1 addition & 1 deletion test/peddler/apis/listings_restrictions_2021_08_01_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
require "peddler/apis/listings_restrictions_2021_08_01"

module Peddler
class API
module APIs
class ListingsRestrictions20210801Test < Minitest::Test
include FeatureHelpers

Expand Down
2 changes: 1 addition & 1 deletion test/peddler/apis/notifications_v1_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
require "peddler/apis/notifications_v1"

module Peddler
class API
module APIs
class NotificationsV1Test < Minitest::Test
include FeatureHelpers

Expand Down
2 changes: 1 addition & 1 deletion test/peddler/apis/orders_v0_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
require "peddler/marketplace"

module Peddler
class API
module APIs
class OrdersV0Test < Minitest::Test
include FeatureHelpers

Expand Down
2 changes: 1 addition & 1 deletion test/peddler/apis/product_pricing_2022_05_01_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
require "peddler/apis/product_pricing_2022_05_01"

module Peddler
class API
module APIs
class ProductPricing20220501Test < Minitest::Test
include FeatureHelpers

Expand Down
2 changes: 1 addition & 1 deletion test/peddler/apis/product_pricing_v0_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
require "peddler/apis/product_pricing_v0"

module Peddler
class API
module APIs
class ProductPricingV0Test < Minitest::Test
include FeatureHelpers

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
require "peddler/apis/product_type_definitions_2020_09_01"

module Peddler
class API
module APIs
class ProductTypeDefinitions20200901Test < Minitest::Test
include FeatureHelpers

Expand Down
2 changes: 1 addition & 1 deletion test/peddler/apis/reports_2021_06_30_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
require "peddler/apis/reports_2021_06_30"

module Peddler
class API
module APIs
class Reports20210630Test < Minitest::Test
include FeatureHelpers

Expand Down
2 changes: 1 addition & 1 deletion test/peddler/apis/sellers_v1_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
require "peddler/apis/sellers_v1"

module Peddler
class API
module APIs
class SellersV1Test < Minitest::Test
include FeatureHelpers

Expand Down

This file was deleted.

Loading

0 comments on commit 256d7e5

Please sign in to comment.