Skip to content

Commit

Permalink
Update test_environment.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgen-lentz authored Nov 30, 2024
1 parent e1e186f commit 8048764
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions amplpy/tests/test_environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,13 @@ def test_environment(self):
ampl = AMPL(Environment())
ampl.close()

def test_environment2(self):
def test_environment2(self):
from amplpy import Environment, AMPL

os.environ["USER1"] = "Filipe Brandão"
ampl = AMPL(Environment())
ampl.close()


def test_env_options(self):
from amplpy import AMPL, Environment

Expand Down

0 comments on commit 8048764

Please sign in to comment.