Skip to content

Commit

Permalink
Minor formatting fix in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
odelalleau committed Mar 3, 2021
1 parent d359cae commit fc8b08a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_interpolation.py
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ def fail_if_called(x: Any) -> None:


@pytest.mark.parametrize(
["cfg", "key", "expected_value", "expected_node_type"],
("cfg", "key", "expected_value", "expected_node_type"),
[
pytest.param(
User(name="Bond", age=SI("${cast:int,'7'}")),
Expand Down Expand Up @@ -806,7 +806,7 @@ def drop_last(s: str) -> str:


@pytest.mark.parametrize(
["cfg", "key", "expected_error"],
("cfg", "key", "expected_error"),
[
pytest.param(
User(name="Bond", age=SI("${cast:str,seven}")),
Expand Down

0 comments on commit fc8b08a

Please sign in to comment.