From 0ac2930d729d8b9de7debeb7a643057e795fb379 Mon Sep 17 00:00:00 2001 From: hyi Date: Thu, 21 Mar 2024 16:39:45 -0400 Subject: [PATCH] revert previous syntax in test --- test/api/test_misc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/api/test_misc.py b/test/api/test_misc.py index 91ce759..d31cd56 100644 --- a/test/api/test_misc.py +++ b/test/api/test_misc.py @@ -118,7 +118,7 @@ def test_cohort_dictionary(): """, """ cohort_id,size,features,table,year - COHORT:1,12,"{}",patient,2011 + COHORT:1,12,"{0}",patient,2011 """.format(escape_quotes(json.dumps(feature_variables, sort_keys=True))) ) def test_feature_count_cohort_features_two_years():