Browse Source

use collection_start_year instead of the startdate (#1128)

pull/1151/head v0.2.29
kosiakkatrina 2 years ago committed by GitHub
parent
commit
853869bac8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      spec/models/lettings_log_spec.rb

2
spec/models/lettings_log_spec.rb

@ -1888,7 +1888,7 @@ RSpec.describe LettingsLog do
soft_max: 89.54, soft_max: 89.54,
hard_min: 10.87, hard_min: 10.87,
hard_max: 100.99, hard_max: 100.99,
start_year: lettings_log.startdate&.year, start_year: lettings_log.collection_start_year,
) )
end end

Loading…
Cancel
Save