Skip to content

Commit

Permalink
tests/test_ifrename_dynamic.py: Close test's StringIO in correct order
Browse files Browse the repository at this point in the history
Signed-off-by: Bernhard Kaindl <[email protected]>
  • Loading branch information
bernhardkaindl committed Jan 17, 2024
1 parent 11645b8 commit dc15c5e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_ifrename_dynamic.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ def setUp(self):
openLog(self.logbuf, logging.NOTSET)

def tearDown(self):

closeLogs()
self.logbuf.close()
closeLogs()

def test_null(self):

Expand Down

0 comments on commit dc15c5e

Please sign in to comment.