Skip to content

Commit

Permalink
feat(api): reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
salemsd committed Dec 6, 2024
1 parent 6709e5e commit 8fb2540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_web_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,4 +474,4 @@ def test_creation_lifecycle(self, antares_web: AntaresWebDesktop):
assert variant.get_settings() == parent_study.get_settings()
assert list(variant.get_areas().keys()) == list(parent_study.get_areas().keys())
assert list(variant.get_links().keys()) == list(parent_study.get_links().keys())
assert list(variant.get_binding_constraints().keys()) == list(parent_study.get_binding_constraints().keys())
assert list(variant.get_binding_constraints().keys()) == list(parent_study.get_binding_constraints().keys())

0 comments on commit 8fb2540

Please sign in to comment.