Skip to content

Commit

Permalink
Fixed a couple of small bugs around indicators_smushed
Browse files Browse the repository at this point in the history
  • Loading branch information
rmbielby committed Nov 17, 2023
1 parent fa3b910 commit ceeab6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/mainTests.r
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ mainTests <- function(data_character, meta_character, datafile, metafile) {
ethnicity_headers(metafile), # active test
ethnicity_values(datafile), # active test
ethnicity_characteristic_group(datafile), # active test
ethnicity_characteristic_values(datafile) # active test
ethnicity_characteristic_values(datafile), # active test
indicators_smushed(metafile) # active test
),
"stage" = "mainTests",
Expand Down

0 comments on commit ceeab6b

Please sign in to comment.