Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mkllnk committed Feb 4, 2025
1 parent c08f925 commit 757a154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/helpers/spree/base_helper_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
context "checkout zone is of type country" do
before do
country_zone = create(:zone, name: "CountryZone", member: country)
allow(ENV).to receive(:fetch).and_return(country_zone.name)
allow(ENV).to receive(:fetch).and_return(country_zone.name)
end

it "return only the countries defined by the checkout zone" do
Expand Down

0 comments on commit 757a154

Please sign in to comment.