Browse Source

Update spec/models/organisation_spec.rb

Co-authored-by: James Rose <james@jbpr.net>
pull/828/head
natdeanlewissoftwire 3 years ago committed by GitHub
parent
commit
0ac2d4b5d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      spec/models/organisation_spec.rb

2
spec/models/organisation_spec.rb

@ -28,7 +28,7 @@ RSpec.describe Organisation, type: :model do
end
context "with parent/child association" do
let(:child_organisation) { FactoryBot.create(:organisation, name: "DLUHC_Child") }
let(:child_organisation) { FactoryBot.create(:organisation, name: "DLUHC Child") }
before do
FactoryBot.create(:organisation_relationship, child_organisation:, parent_organisation: organisation)

Loading…
Cancel
Save