Skip to content

Commit

Permalink
also change attribute name in setup of the test
Browse files Browse the repository at this point in the history
  • Loading branch information
sroet committed Aug 14, 2024
1 parent 01064a0 commit fe133b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def setUp(self):

# prep temporary directory
tempdir = TemporaryDirectory()
self.dirname = tempdir.name
self.tempdirname = tempdir.name
self.addCleanup(tempdir.cleanup)

def test_read_mrc_minor_broken(self):
Expand Down

0 comments on commit fe133b3

Please sign in to comment.