Fix whitespace

This commit is contained in:
Maikel Linke
2025-02-04 15:52:28 +11:00
parent c08f925ff8
commit 757a1548e6

View File

@@ -27,7 +27,7 @@ RSpec.describe Spree::BaseHelper do
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