diff --git a/tests/unit/core/python/namespaces/test_PythonModuleNamespace.py b/tests/unit/core/python/namespaces/test_PythonModuleNamespace.py index eaac1f4..df926e4 100644 --- a/tests/unit/core/python/namespaces/test_PythonModuleNamespace.py +++ b/tests/unit/core/python/namespaces/test_PythonModuleNamespace.py @@ -11,4 +11,4 @@ class StrSubclass(str): ... (PythonModuleNamespace(StrSubclass('')), StrSubclass('')), ]) def test_PythonModuleNamespace_name_attribute(namespace, expected_name): - assert namespace.name == expected_name \ No newline at end of file + assert namespace.name == expected_name