diff --git a/spec/helpers/tab_nav_helper_spec.rb b/spec/helpers/tab_nav_helper_spec.rb
index 6aacd657f..3403ce490 100644
--- a/spec/helpers/tab_nav_helper_spec.rb
+++ b/spec/helpers/tab_nav_helper_spec.rb
@@ -22,7 +22,7 @@ RSpec.describe TabNavHelper do
describe "#location_cell" do
it "returns the location link to the postcode with optional name" do
- expected_html = "#{location.postcode}\nLocation #{location.name}"
+ expected_html = "#{location.postcode}\nLocation #{location.name}"
expect(location_cell(location)).to match(expected_html)
end
end