Skip to content

Commit

Permalink
formatting in test_to_yaml.py (#918)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasha10 committed May 9, 2022
1 parent fe5cd18 commit 08b5681
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_to_yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ def test_to_yaml_with_enum_key() -> None:
def test_structured_configs(user: User) -> None:
expected = dedent(
"""\
name: Bond
age: 7
"""
name: Bond
age: 7
"""
)
assert OmegaConf.to_yaml(user) == expected

0 comments on commit 08b5681

Please sign in to comment.