Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinOrlowski committed Sep 14, 2021
1 parent c31bcf9 commit ba01ba9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/prop/test_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,10 +314,6 @@ def _check_written_content(self, propfile: PropFile, verify_file_name, save_file
expected.append(item.to_string())

fh = manager()
<<<<<<< HEAD
=======

>>>>>>> 3055eb66200087fdc2e5f50204cfcc5e24f77c2b
# FIXME: LF/CRLF should be configurable
fh.write.assert_called_once_with('\n'.join(expected))

Expand Down

0 comments on commit ba01ba9

Please sign in to comment.