diff --git a/spec/helpers/filters_helper_spec.rb b/spec/helpers/filters_helper_spec.rb index c57f92311..a2b658cdf 100644 --- a/spec/helpers/filters_helper_spec.rb +++ b/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