Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen committed Apr 9, 2023
1 parent 4de5ca7 commit a38c721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/common/schemas/test_cclib.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def test_cclib_taskdoc(test_dir):
assert doc.dict()["test"] == "hi"

# test document can be jsanitized
d = jsanitize(doc, enum_values=True)
d = jsanitize(doc, enum_values=True)

# and decoded
MontyDecoder().process_decoded(d)

0 comments on commit a38c721

Please sign in to comment.