From ceeab6b5e8dc02773e8abc45120213ce78967311 Mon Sep 17 00:00:00 2001 From: Rich Bielby Date: Fri, 17 Nov 2023 12:16:29 +0000 Subject: [PATCH] Fixed a couple of small bugs around indicators_smushed --- R/mainTests.r | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/mainTests.r b/R/mainTests.r index 43e0d88d..e88c66e6 100644 --- a/R/mainTests.r +++ b/R/mainTests.r @@ -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",