Skip to content

Commit

Permalink
Update atlas spec
Browse files Browse the repository at this point in the history
  • Loading branch information
mabijkerk authored and noracato committed Jan 2, 2024
1 parent f86d016 commit 4b005ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/atlas/active_document/residences_validator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def validate(record)

unless record.present_number_of_residences.round == sum_of_residences.round
record.errors.add(:present_number_of_residences,
"Number of residences per type and construction year"\
"Number of residences per type and construction year "\
"don't add up to the total number of residences "\
"(#{ record.present_number_of_residences })."
)
Expand Down

0 comments on commit 4b005ce

Please sign in to comment.