Skip to content

Commit

Permalink
[T/Py] Adapted test case to changed API
Browse files Browse the repository at this point in the history
  • Loading branch information
chleh committed Aug 27, 2024
1 parent 8fe8d3b commit 10d5771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Python/test_ogs_log_summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def test_xml_snippet(tmp_path, log_file, snippet_file_expected):
# Note: this test uses pytest's tmp_path fixture, cf. https://docs.pytest.org/en/7.1.x/how-to/tmp_path.html
log_path = res_path / log_file

run([log_path], tmp_path, False)
run([log_path], tmp_path, snippet_out=True, csv_out=False, verbose=False)

snippet_path = tmp_path / snippet_file_expected
assert snippet_path.exists()
Expand Down

0 comments on commit 10d5771

Please sign in to comment.