Skip to content

Commit

Permalink
Added extra newline to fulfill linting requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
slangeveld committed Aug 21, 2024
1 parent 8ce3ee5 commit 164517e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_units/test_initialize_case.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,4 +233,4 @@ def test_create_case_metadata_with_export_with_experiment_id(
metadata = yaml.safe_load(stream)

experiment_id_expected = "6a8e1e0f-9315-46bb-9648-8de87151f4c7"
assert metadata["fmu"]["ert"]["experiment"]["id"] == experiment_id_expected
assert metadata["fmu"]["ert"]["experiment"]["id"] == experiment_id_expected

0 comments on commit 164517e

Please sign in to comment.