Skip to content

Commit

Permalink
Update 3MED_eNRTL_test.py
Browse files Browse the repository at this point in the history
fixed fixture statement
  • Loading branch information
nazia-ga authored Dec 18, 2024
1 parent 539976e commit 7f996f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@

class TestMED:
@pytest.fixture(scope="class")
def test_create_model(self)
def MED_eNRTL (self):
m = create_model()
return m

Expand Down

0 comments on commit 7f996f4

Please sign in to comment.