Skip to content

Commit 2329cd8

Browse files
fixed test
1 parent e5c8ba8 commit 2329cd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test_initializer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ def test_initializer_with_invalid_yaml(self, mock_subprocess, mock_print, mock_r
3434
initializer("notgitmodules.yaml")
3535

3636
expected_calls = [
37-
call("Directory 'my_gitmodules\\file_manager' already exists. Skipping..."),
38-
call("Failed to clone https://github.com/invalid_repo: error"),
37+
call("Directory 'my_gitmodules/file_manager' already exists. Skipping..."),
38+
call("Failed to clone invalid_repo: error"),
3939
]
4040

4141
self.assertTrue(any(call in mock_print.mock_calls for call in expected_calls))

0 commit comments

Comments
 (0)