From 4b930d877e3f0625fd1794a0a7a479a1dea49dae Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Wed, 21 Jun 2023 12:02:50 +0100 Subject: [PATCH] refactor: tidying --- spec/models/organisation_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/models/organisation_spec.rb b/spec/models/organisation_spec.rb index 1d470e655..73b468c41 100644 --- a/spec/models/organisation_spec.rb +++ b/spec/models/organisation_spec.rb @@ -242,7 +242,7 @@ RSpec.describe Organisation, type: :model do it "does not include data protection agreement" do expect(organisation.display_organisation_attributes).to eq( [{ editable: true, name: "Name", value: "DLUHC" }, - { name: "Organisation ID", value: "ORG#{organisation.id}", editable: false }, + { editable: false, name: "Organisation ID", value: "ORG#{organisation.id}" }, { editable: true, name: "Address", value: "2 Marsham Street\nLondon\nSW1P 4DF" },