From 758cc17325758d7d6dc22492fcbbda002883dff8 Mon Sep 17 00:00:00 2001 From: Sam Seed Date: Mon, 13 Mar 2023 09:35:47 +0000 Subject: [PATCH] test: update seeds test to use new rent ranges count --- spec/db/seeds_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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