Skip to content

Commit

Permalink
Fid duplicated test name.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocaccamo committed Jan 1, 2023
1 parent cfd08c3 commit 47be0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ def test_make_dirs_for_file_with_existing_file(self):
self.assertFalse(fsutil.is_dir(path))
self.assertTrue(fsutil.is_file(path))

def test_make_dirs_for_file_with_existing_file(self):
def test_make_dirs_for_file_with_existing_dir(self):
path = self.temp_path("a/b/c.txt")
fsutil.create_dir(path)
with self.assertRaises(OSError):
Expand Down

0 comments on commit 47be0a4

Please sign in to comment.