Skip to content

Commit 61fddee

Browse files
committed
Fix
Signed-off-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>
1 parent 58ec5f5 commit 61fddee

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/apps/test_create_temp_dir.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ def test_given_dir(self):
6464

6565
self.assertTrue(os.path.isdir(selected_dir))
6666
self.assertEqual(test_dir, selected_dir)
67-
self.assertEqual(test_dir, selected_dir)
6867

6968
def test_given_dir_path(self):
7069
"""Test giving a directory as a Path object to the function, ensuring it creates the directory."""

0 commit comments

Comments
 (0)