Skip to content

Commit

Permalink
Update test_it.py
Browse files Browse the repository at this point in the history
  • Loading branch information
EdoardoChidichimo authored May 1, 2024
1 parent 4e040ab commit d8d5d4c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hyperit/tests/test_it.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."""
Expand Down

0 comments on commit d8d5d4c

Please sign in to comment.