Browse Source

test: update seeds test to use new rent ranges count

pull/1405/head
Sam Seed 3 years ago
parent
commit
758cc17325
  1. 2
      spec/db/seeds_spec.rb

2
spec/db/seeds_spec.rb

@ -29,7 +29,7 @@ RSpec.describe "seeding process", type: task do
.and change(OrganisationRelationship, :count).by(4) .and change(OrganisationRelationship, :count).by(4)
.and change(Scheme, :count).by(3) .and change(Scheme, :count).by(3)
.and change(Location, :count).by(3) .and change(Location, :count).by(3)
.and change(LaRentRange, :count).by(15_450) .and change(LaRentRange, :count).by(22_850)
end end
it "is idempotent" do it "is idempotent" do

Loading…
Cancel
Save