Skip to content

Commit

Permalink
Update tests/test_grammar.py
Browse files Browse the repository at this point in the history
Co-authored-by: Omry Yadan <[email protected]>
  • Loading branch information
odelalleau and omry authored Mar 15, 2021
1 parent bfee60b commit bdec2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_grammar.py
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ def test_valid_chars_in_interpolation() -> None:


@mark.parametrize("c", list(INVALID_CHARS_IN_KEY_NAMES))
def test_invalid_chars_in_key_names(c: str) -> None:
def test_invalid_chars_in_interpolation(c: str) -> None:
def create() -> DictConfig:
return OmegaConf.create({"invalid": f"${{ab{c}de}}"})

Expand Down

0 comments on commit bdec2aa

Please sign in to comment.