Run black formatter
This commit is contained in:
@@ -19,6 +19,8 @@ import file_scripts.editor as editor
|
||||
* If override is not None, ensure that it is in the result
|
||||
|
||||
"""
|
||||
|
||||
|
||||
class TestSelectEditor(unittest.TestCase):
|
||||
def test_returns_path_object(self):
|
||||
self.assertIsInstance(editor.select_editor(), str)
|
||||
|
@@ -21,7 +21,7 @@ class TestRunFZF(unittest.TestCase):
|
||||
self.mocked_run = self.patched_subprocess.start()
|
||||
|
||||
def test_creates_pathlike_object(self):
|
||||
self.assertIsInstance(fzf.select_file_with_fzf(b'test'), Path)
|
||||
self.assertIsInstance(fzf.select_file_with_fzf(b"test"), Path)
|
||||
|
||||
def tearDown(self):
|
||||
patch.stopall()
|
||||
|
Reference in New Issue
Block a user