Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
flake8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ggoneiESS committed Sep 13, 2023
1 parent 976ab11 commit 771d188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/json/test_load_from_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ def test_GIVEN_json_with_no_path_to_depends_on_WHEN_loaded_THEN_skip_addition_in
with pytest.raises(AttributeError):
json_reader.model.entry.children[0].children[0].stored_items[0].children[
0
].attributes[1] == None
].attributes[1]


def test_when_experiment_id_in_json_then_it_is_added_to_entry(json_reader):
Expand Down

0 comments on commit 771d188

Please sign in to comment.