Browse Source

Change id 99 to 9999999 in filters_helper_spec.rb

pull/2598/head
Manny Dinssa 2 years ago committed by GitHub
parent
commit
2f11eeb6f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      spec/helpers/filters_helper_spec.rb

4
spec/helpers/filters_helper_spec.rb

@ -168,7 +168,7 @@ RSpec.describe FiltersHelper do
before do
FactoryBot.create(:organisation_relationship, parent_organisation:, child_organisation:)
FactoryBot.create(:organisation, name: "Other organisation", id: 99)
FactoryBot.create(:organisation, name: "Other organisation", id: 9_999_999)
user.organisation.reload
end
@ -326,7 +326,7 @@ RSpec.describe FiltersHelper do
before do
FactoryBot.create(:organisation_relationship, parent_organisation:, child_organisation:)
FactoryBot.create(:organisation, name: "Other organisation", id: 99)
FactoryBot.create(:organisation, name: "Other organisation", id: 9_999_999)
user.organisation.reload
end

Loading…
Cancel
Save