Skip to content

Commit

Permalink
fix: fix test .yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterlukasse committed Oct 4, 2024
1 parent 60b46dc commit 4765cbb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions tests/data_generator/example_test_data_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@ concepts:
id: 2000007027
concept_name: 'HARE'
value_type: concept
- concept: HARE-group
- concept: HIS
id: 2000007027
value_type: concept
possible_values: [2000007028]
concept_value_name: 'Hispanic'
- concept: HARE-group
- concept: ASN
id: 2000007027
value_type: concept
possible_values: [2000007029]
concept_value_name: 'non-Hispanic Asian'
- concept: HARE-group
- concept: AFR
id: 2000007027
value_type: concept
possible_values: [2000007030]
concept_value_name: 'non-Hispanic Black'
- concept: HARE-group
- concept: EUR
id: 2000007027
value_type: concept
possible_values: [2000007031]
Expand Down
8 changes: 4 additions & 4 deletions tests/data_generator/example_test_data_config2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@ concepts:
id: 2000007027
concept_name: 'HARE'
value_type: concept
- concept: HARE-group
- concept: HIS
id: 2000007027
value_type: concept
possible_values: [2000007028]
concept_value_name: 'Hispanic'
- concept: HARE-group
- concept: ASN
id: 2000007027
value_type: concept
possible_values: [2000007029]
concept_value_name: 'non-Hispanic Asian'
- concept: HARE-group
- concept: AFR
id: 2000007027
value_type: concept
possible_values: [2000007030]
concept_value_name: 'non-Hispanic Black'
- concept: HARE-group
- concept: EUR
id: 2000007027
value_type: concept
possible_values: [2000007031]
Expand Down

0 comments on commit 4765cbb

Please sign in to comment.