Skip to content

Commit

Permalink
Fix incorrect note statement
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindjahren committed Feb 12, 2024
1 parent 7b960a1 commit 34fa32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests/test_parameter_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def create_surface(self, file_name: str) -> None:
)
def test_parameter_example(io_source, grid_format, summary, tmp_path_factory):
tmp_path = tmp_path_factory.mktemp("parameter_example")
note(f"Running in directory {dir}")
note(f"Running in directory {tmp_path}")
with MonkeyPatch.context() as patch:
patch.chdir(tmp_path)
NUM_REALIZATIONS = 10
Expand Down

0 comments on commit 34fa32c

Please sign in to comment.