Skip to content

Commit 37e071e

Browse files
committed
rename test
1 parent b4d9fcb commit 37e071e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

injector_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ def configure(binder: Binder) -> None:
738738
assert third_list[0] is second_list[0]
739739

740740

741-
def test_multibind_scopes_applies_to_the_bound_items() -> None:
741+
def test_multibind_list_scopes_applies_to_the_bound_items() -> None:
742742
def configure(binder: Binder) -> None:
743743
binder.multibind(List[Plugin], to=PluginA, scope=singleton)
744744
binder.multibind(List[Plugin], to=PluginB)

0 commit comments

Comments
 (0)