Skip to content

Commit

Permalink
NullInteractorTest: Close test interactor
Browse files Browse the repository at this point in the history
  • Loading branch information
sils committed Apr 8, 2015
1 parent 46d0445 commit fe74dc4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions coalib/tests/output/NullInteractorTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ class NullInteractorTestCase(unittest.TestCase):
def setUp(self):
self.uut = NullInteractor()

def tearDown(self):
self.uut.close()

def test_api(self):
self.uut.acquire_settings([])
self.uut.print_result(Result("message", "origin"), {})
Expand Down

1 comment on commit fe74dc4

@Makman2
Copy link
Member

@Makman2 Makman2 commented on fe74dc4 Apr 8, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ack

Please sign in to comment.