Skip to content

Commit

Permalink
Update attr and key
Browse files Browse the repository at this point in the history
  • Loading branch information
hunchr committed Aug 21, 2024
1 parent e1ed6dd commit adb2ff7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/fabricators/person_data_quality_issue_fabricator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

Fabricator(:person_data_quality_issue, class_name: "Person::DataQualityIssue") do
person
attr { Person.column_names.sample }
key { "ist leer" }
attr { People::DataQualityChecker::ATTRIBUTES_TO_CHECK.sample }
key { "empty" }
severity { Person::DataQualityIssue.severities.key(rand(1..3)) }
end

0 comments on commit adb2ff7

Please sign in to comment.