diff options
Diffstat (limited to 'unittests/subprojectscommandtests.py')
-rw-r--r-- | unittests/subprojectscommandtests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unittests/subprojectscommandtests.py b/unittests/subprojectscommandtests.py index e2aebfc..edb8da6 100644 --- a/unittests/subprojectscommandtests.py +++ b/unittests/subprojectscommandtests.py @@ -284,4 +284,3 @@ class SubprojectsCommandTests(BasePlatformTests): self.assertFalse(Path(self.subprojects_dir / 'sub_file').exists()) self.assertFalse(Path(self.subprojects_dir / 'sub_git').exists()) self.assertFalse(Path(self.subprojects_dir / 'redirect.wrap').exists()) - |