Browse Source

Spec

pull/684/head
baarkerlounger 3 years ago
parent
commit
ad4a5e7e1b
  1. 2
      spec/models/form/setup/questions/owning_organisation_id_spec.rb

2
spec/models/form/setup/questions/owning_organisation_id_spec.rb

@ -27,7 +27,7 @@ RSpec.describe Form::Setup::Questions::OwningOrganisationId, type: :model do
end
it "has the correct header" do
expect(question.header).to eq("Which organisation is the owning organisation for this log?")
expect(question.header).to eq("Which organisation owns this log?")
end
it "has the correct check_answer_label" do

Loading…
Cancel
Save