Skip to content

Commit

Permalink
Clean up files after testing drawings.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwest committed Jul 30, 2024
1 parent 125fe78 commit 48d0d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rmgpy/molecule/drawTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,5 +266,5 @@ def test_draw_bidentate_adsorbate(self):
self.drawer.clear()
surface, _cr, (_xoff, _yoff, width, height) = self.drawer.draw(molecule, file_format="png", target=path)
assert os.path.exists(path), "File doesn't exist"
# os.unlink(path)
os.unlink(path)
assert isinstance(surface, ImageSurface)

0 comments on commit 48d0d23

Please sign in to comment.