Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
giumas committed Oct 20, 2024
1 parent e1d106d commit e99d6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/test_pkg_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def test_hydroffice_folder(self):
self.assertTrue(os.path.exists(self.h.hydroffice_folder()))

def test_is_script_already_running(self):
self.assertFalse(self.h.is_script_already_running())
self.assertIsInstance(self.h.is_script_already_running(), bool)


def suite():
Expand Down

0 comments on commit e99d6de

Please sign in to comment.