Skip to content

Commit

Permalink
Fix obvious bug in test code
Browse files Browse the repository at this point in the history
  • Loading branch information
berland committed Feb 7, 2024
1 parent e91c360 commit f3a0208
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_summary_restarts.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,7 @@ def test_summary_restarts(
)


def run_reservoir_simulator(
simulator: str, eclipse_version: str, datafile: str
) -> None:
def run_reservoir_simulator(eclipse_version: str, datafile: str) -> None:
command = ["runeclipse", "-i", "-v", eclipse_version, datafile]
result = subprocess.run( # pylint: disable=subprocess-run-check
command,
Expand Down

0 comments on commit f3a0208

Please sign in to comment.