Skip to content

Commit

Permalink
wip fix promotion specs
Browse files Browse the repository at this point in the history
  • Loading branch information
MadelineCollier committed Sep 23, 2024
1 parent 9276214 commit f107c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/spec/requests/spree/api/promotions_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module Spree::Api
end

let(:found_promotion) do
OpenStruct.new(
::OpenStruct.new(
id: 1,
name: 'Test Promotion',
description: 'Promotion for testing purposes',
Expand Down

0 comments on commit f107c75

Please sign in to comment.