diff --git a/spec/db/seeds_spec.rb b/spec/db/seeds_spec.rb index 15891b2da..fb41ccf36 100644 --- a/spec/db/seeds_spec.rb +++ b/spec/db/seeds_spec.rb @@ -29,7 +29,7 @@ RSpec.describe "seeding process", type: task do .and change(OrganisationRelationship, :count).by(4) .and change(Scheme, :count).by(3) .and change(Location, :count).by(3) - .and change(LaRentRange, :count).by(15_450) + .and change(LaRentRange, :count).by(22_850) end it "is idempotent" do