Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b8e848d

Browse filesBrowse files
chore(internal): update proxy tests
1 parent 52cbbdf commit b8e848d
Copy full SHA for b8e848d

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎tests/test_utils/test_proxy.py

Copy file name to clipboardExpand all lines: tests/test_utils/test_proxy.py
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.