Skip to content

Commit

Permalink
use unloadMSX instead of MSXClose
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariosmsk committed Apr 17, 2024
1 parent 5849654 commit 63a72fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epyt/tests/test_unit_MSX.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def setUp(self):

def tearDown(self):
"""Call after every test case."""
self.msxClass.MSXclose()
self.epanetClass.unloadMSX()
self.epanetClass.unload()

""" ------------------------------------------------------------------------- """
Expand Down

0 comments on commit 63a72fc

Please sign in to comment.