There was an error while loading. Please reload this page.
1 parent 58ec5f5 commit 61fddeeCopy full SHA for 61fddee
1 file changed
tests/apps/test_create_temp_dir.py
@@ -64,7 +64,6 @@ def test_given_dir(self):
64
65
self.assertTrue(os.path.isdir(selected_dir))
66
self.assertEqual(test_dir, selected_dir)
67
- self.assertEqual(test_dir, selected_dir)
68
69
def test_given_dir_path(self):
70
"""Test giving a directory as a Path object to the function, ensuring it creates the directory."""
0 commit comments