We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee2cb5f commit d42cf8eCopy full SHA for d42cf8e
tests/unit/test_write_json_files.py
@@ -757,7 +757,7 @@ def test_max_differences(self):
757
"COMPARE": ["C", "C"],
758
"VLABEL": ["", ""],
759
"_DATAROLE_": ["role", "role"],
760
- "maxdiff": [0, 1],
+ "maxdiff": ["0", "1"],
761
}
762
),
763
)
@@ -771,7 +771,7 @@ def test_max_differences(self):
771
772
773
"_DATAROLE_": ["TEST", "TEST"],
774
775
776
777
0 commit comments