We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 605a3a6 commit 5052ad3Copy full SHA for 5052ad3
tests/test_config.py
@@ -87,7 +87,7 @@ class MockClass:
87
88
assert (
89
fully_qualified_name(MockClass)
90
- == "tests.v3.test_config.test_fully_qualified_name.<locals>.MockClass"
+ == "tests.test_config.test_fully_qualified_name.<locals>.MockClass"
91
)
92
93
0 commit comments