Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasDedieu committed Dec 16, 2024
1 parent aa46249 commit bdfa408
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/test_config_instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -685,13 +685,12 @@ def test_if_else_complex():
"""
).resolve(registry=registry)
assert config["params"]["c"] == 12





def test_very_long_yaml_config():
config = Config.from_yaml_str(
"""\
a: {}
""".format("x" * 4200)
)
assert config == {"a": "x" * 4200}
assert config == {"a": "x" * 4200}

0 comments on commit bdfa408

Please sign in to comment.