Skip to content

Commit

Permalink
refactor(tests): update functions signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
pivoshenko committed Apr 20, 2024
1 parent 024d25c commit aeea0fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/dotenv/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,9 @@ def test_dotenv_values_file_stream(dotenv_file: str) -> None:
def test_dotenv_values_string_io(
env: dict[str, str],
string: str,
interpolate: bool,
expected: dict[str, str],
*,
interpolate: bool,
) -> None:
"""Test ``values`` function."""

Expand Down

0 comments on commit aeea0fc

Please sign in to comment.