From 2f11eeb6f7f935ac8d620b94a949364ba54cf7f2 Mon Sep 17 00:00:00 2001 From: Manny Dinssa <44172848+Dinssa@users.noreply.github.com> Date: Mon, 19 Aug 2024 12:59:57 +0100 Subject: [PATCH] Change id 99 to 9999999 in filters_helper_spec.rb --- spec/helpers/filters_helper_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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