tests/test_editor: Remove test that checks that a PathLib object is returned

This commit is contained in:
Eric Torres
2021-12-25 21:00:26 -08:00
parent d6f079a0ae
commit a12ed76b32
5 changed files with 5 additions and 8 deletions

View File

@ -22,9 +22,6 @@ import file_scripts.editor as editor
class TestSelectEditor(unittest.TestCase):
def test_returns_path_object(self):
self.assertIsInstance(editor.select_editor(), str)
def test_override(self):
override = "doesnotexist"
with self.assertRaises(FileNotFoundError):