Commit e2417755

stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
2025-05-08 20:40:47
chore(internal): update proxy tests
1 parent 08d67ad
Changed files (1)
tests
test_utils
tests/test_utils/test_proxy.py
@@ -24,7 +24,7 @@ def test_recursive_proxy() -> None:
     assert type(operator.attrgetter("name.foo.bar.baz")(proxy)).__name__ == "RecursiveLazyProxy"
 
 
-def test_is_instance_with_missing_dependency_error() -> None:
+def test_isinstance_does_not_error() -> None:
     class MissingDepsProxy(LazyProxy[Any]):
         @override
         def __load__(self) -> Any: