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 de49a64 commit 19de29dCopy full SHA for 19de29d
scanpipe/tests/test_models.py
@@ -2145,7 +2145,9 @@ def test_scanpipe_codebase_resource_model_walk_method(self):
2145
path="asgiref-3.3.0.whl-extract/asgiref/compatibility.py"
2146
)
2147
expected_parent_path = "asgiref-3.3.0.whl-extract/asgiref"
2148
- self.assertEqual(expected_parent_path, asgiref_resource.parent_directory())
+ self.assertEqual(
2149
+ expected_parent_path, asgiref_resource.compute_parent_directory()
2150
+ )
2151
self.assertTrue(asgiref_resource.has_parent())
2152
expected_parent = self.project_asgiref.codebaseresources.get(
2153
path="asgiref-3.3.0.whl-extract/asgiref"
0 commit comments