diff --git a/hyperit/tests/test_it.py b/hyperit/tests/test_it.py index d5a0479..1d37a60 100644 --- a/hyperit/tests/test_it.py +++ b/hyperit/tests/test_it.py @@ -9,8 +9,7 @@ class TestHyperIT(unittest.TestCase): @classmethod def setUpClass(cls) -> None: - cls.jarLocation = os.path.join(os.path.dirname(os.path.dirname(__file__))) - HyperIT.setup_JVM(cls.jarLocation, verbose=True) + HyperIT.setup_JVM(verbose=True) def setUp(self): """Set up test variables used in the tests."""