Skip to content

Commit e241775

Browse files
chore(internal): update proxy tests
1 parent 08d67ad commit e241775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_utils/test_proxy.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def test_recursive_proxy() -> None:
2424
assert type(operator.attrgetter("name.foo.bar.baz")(proxy)).__name__ == "RecursiveLazyProxy"
2525

2626

27-
def test_is_instance_with_missing_dependency_error() -> None:
27+
def test_isinstance_does_not_error() -> None:
2828
class MissingDepsProxy(LazyProxy[Any]):
2929
@override
3030
def __load__(self) -> Any:

0 commit comments

Comments
 (0)