Skip to content

Commit 3a87059

Browse files
committed
fixed failing test
1 parent 1e56534 commit 3a87059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_decorators/test_modules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def test_base_directory_is_dynamically_set_when_none():
4747
base_path = reflect.get_metadata(
4848
MODULE_METADATA.BASE_DIRECTORY, ModuleDecoratorTest
4949
)
50-
assert "/test_common/test_decorators" in str(base_path)
50+
assert "/test_decorators" in str(base_path)
5151

5252

5353
def test_cannot_decorate_module_class_twice():

0 commit comments

Comments
 (0)