Browse Source

use collection_start_year instead of the startdate (#1128)

pull/1133/head
kosiakkatrina 3 years ago committed by Jack S
parent
commit
7225b65bbb
  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,
hard_min: 10.87,
hard_max: 100.99,
start_year: lettings_log.startdate&.year,
start_year: lettings_log.collection_start_year,
)
end

Loading…
Cancel
Save