diff options
Diffstat (limited to 'tests/unit/engines/test_command.py')
| -rw-r--r-- | tests/unit/engines/test_command.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/engines/test_command.py b/tests/unit/engines/test_command.py index eab530ff4..b63d6fe26 100644 --- a/tests/unit/engines/test_command.py +++ b/tests/unit/engines/test_command.py @@ -152,7 +152,7 @@ commit ''' 'date': r'Date: .*', 'message': r'\n\n.*$', } - git_log_engine.init({"command": git_log_engine.command, "parse_regex": git_log_engine.parse_regex}) + git_log_engine.setup({"command": git_log_engine.command, "parse_regex": git_log_engine.parse_regex}) expected_results = [ { 'commit': '35f9a8c81d162a361b826bbcd4a1081a4fbe76a7', |
