double-quote-string-fixer

This commit is contained in:
Anthony Sottile 2019-02-11 19:57:37 -08:00
parent 4575652bd2
commit 8626e266dd
8 changed files with 27 additions and 26 deletions

View file

@ -41,7 +41,7 @@ def test_unsorted_main(filename, expected_retval):
assert ret == expected_retval
@pytest.mark.skipif(PY2, reason="Requires Python3")
@pytest.mark.skipif(PY2, reason='Requires Python3')
@pytest.mark.parametrize(
('filename', 'expected_retval'), (
('not_pretty_formatted_json.json', 1),