Skip to content

Commit

Permalink
updated write_json_files test to reflect changes
Browse files Browse the repository at this point in the history
  • Loading branch information
djm21 committed Jul 31, 2024
1 parent ee2cb5f commit d42cf8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/test_write_json_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ def test_max_differences(self):
"COMPARE": ["C", "C"],
"VLABEL": ["", ""],
"_DATAROLE_": ["role", "role"],
"maxdiff": [0, 1],
"maxdiff": ["0", "1"],
}
),
)
Expand All @@ -771,7 +771,7 @@ def test_max_differences(self):
"COMPARE": ["C", "C"],
"VLABEL": ["", ""],
"_DATAROLE_": ["TEST", "TEST"],
"maxdiff": [0, 1],
"maxdiff": ["0", "1"],
}
),
)
Expand Down

0 comments on commit d42cf8e

Please sign in to comment.