Skip to content

Commit

Permalink
Update test_callback_di_future_annotations.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FasterSpeeding authored Oct 13, 2024
1 parent 3bc7017 commit 3a261e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_callback_di_future_annotations.py
Original file line number Diff line number Diff line change
Expand Up @@ -1350,7 +1350,7 @@ def callback(value: int = alluka.inject(callback=int)) -> int:
assert result == 222


def test_call_with_di_whe_internal_argument_names_used(context: alluka.Context):
def test_call_with_di_when_internal_argument_names_used(context: alluka.Context):
"""Test that these won't conflict with internal argument names."""

def callback(ctx: str, callback: str) -> int:
Expand Down

0 comments on commit 3a261e9

Please sign in to comment.