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 1e56534 commit 3a87059Copy full SHA for 3a87059
tests/test_decorators/test_modules.py
@@ -47,7 +47,7 @@ def test_base_directory_is_dynamically_set_when_none():
47
base_path = reflect.get_metadata(
48
MODULE_METADATA.BASE_DIRECTORY, ModuleDecoratorTest
49
)
50
- assert "/test_common/test_decorators" in str(base_path)
+ assert "/test_decorators" in str(base_path)
51
52
53
def test_cannot_decorate_module_class_twice():
0 commit comments