Skip to content

Commit

Permalink
fixed lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
RobBond-GDS committed Jan 21, 2020
1 parent 6be8da6 commit cddc735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/presenters/contact_presenter_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def schema_name
presented = present_example(schema)
assert_equal true, presented.show_webchat?
assert_equal presented.webchat.availability_url, "https://hmrc-uk.digital.nuance.com/tagserver/launch/agentAvailability?agentGroupID=10006852&siteID=10006719&businessUnitID=19001235"
assert_equal presented.webchat.open_url, "https://tax.service.gov.uk/ask-hmrc/webchat/income-tax-enquiries-for-individuals-pensioners-and-employees"
assert_equal presented.webchat.open_url, "https://tax.service.gov.uk/ask-hmrc/webchat/income-tax-enquiries-for-individuals-pensioners-and-employees"
end
end
end

0 comments on commit cddc735

Please sign in to comment.