Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardo-passthrough committed Jan 31, 2024
1 parent 0607e70 commit 21a2197
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions injector_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1786,6 +1786,7 @@ def fun(user_id: UserID) -> int:
injector = Injector([configure])
assert injector.call_with_injection(fun) == 123


def test_with_injector_wrapper():
UserID = Annotated[int, "user_id"]

Expand Down

0 comments on commit 21a2197

Please sign in to comment.