From da525533fc622b300ce414442b260e0a3400f4cf Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Wed, 4 Sep 2024 16:40:18 -0400 Subject: [PATCH] fix --- tests/run_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run_tests.py b/tests/run_tests.py index aa68591..ea38910 100644 --- a/tests/run_tests.py +++ b/tests/run_tests.py @@ -381,7 +381,7 @@ def test_validate_mcf(self): mcf = read_mcf(get_abspath('../sample.yml')) - instance = json.loads(json_dumps(mcf) + instance = json.loads(json_dumps(mcf)) is_valid = validate_mcf(instance) assert is_valid