Skip to content

Commit d42cf8e

Browse files
committed
updated write_json_files test to reflect changes
1 parent ee2cb5f commit d42cf8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/test_write_json_files.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ def test_max_differences(self):
757757
"COMPARE": ["C", "C"],
758758
"VLABEL": ["", ""],
759759
"_DATAROLE_": ["role", "role"],
760-
"maxdiff": [0, 1],
760+
"maxdiff": ["0", "1"],
761761
}
762762
),
763763
)
@@ -771,7 +771,7 @@ def test_max_differences(self):
771771
"COMPARE": ["C", "C"],
772772
"VLABEL": ["", ""],
773773
"_DATAROLE_": ["TEST", "TEST"],
774-
"maxdiff": [0, 1],
774+
"maxdiff": ["0", "1"],
775775
}
776776
),
777777
)

0 commit comments

Comments
 (0)