From d42cf8eabe13e807512b23b9aaedb4f5f8ad6b00 Mon Sep 17 00:00:00 2001 From: djm21 Date: Wed, 31 Jul 2024 18:05:18 -0500 Subject: [PATCH] updated write_json_files test to reflect changes --- tests/unit/test_write_json_files.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/unit/test_write_json_files.py b/tests/unit/test_write_json_files.py index dc9e18d3..b0a3c6a0 100644 --- a/tests/unit/test_write_json_files.py +++ b/tests/unit/test_write_json_files.py @@ -757,7 +757,7 @@ def test_max_differences(self): "COMPARE": ["C", "C"], "VLABEL": ["", ""], "_DATAROLE_": ["role", "role"], - "maxdiff": [0, 1], + "maxdiff": ["0", "1"], } ), ) @@ -771,7 +771,7 @@ def test_max_differences(self): "COMPARE": ["C", "C"], "VLABEL": ["", ""], "_DATAROLE_": ["TEST", "TEST"], - "maxdiff": [0, 1], + "maxdiff": ["0", "1"], } ), )