Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
maroba committed Apr 29, 2021
1 parent 68a3c26 commit f2459d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class TestUtils(unittest.TestCase):

@unittest.mock.patch('manati.utils.shell')
@unittest.mock.patch('manati.utils.os.environ.get')
def test_find_project_data_author_from_env(self, mock_env, mock_shell):
def _test_find_project_data_author_from_env(self, mock_env, mock_shell):
mock_shell.return_value = subprocess.run('blabla1234', shell=True)

# This test runs into an exception on Windows.
Expand Down

0 comments on commit f2459d9

Please sign in to comment.