diff --git a/tests/test_xontrib.py b/tests/test_xontrib.py index eab809f..9c11d32 100644 --- a/tests/test_xontrib.py +++ b/tests/test_xontrib.py @@ -159,7 +159,7 @@ def test_conflict(tmp_path): # Should error since there is a conflict with contextlib.suppress(GitCommandError): git_repo.git.merge('f1') - + print(git_repo.git.status()) assert PromptFormatter()('{pygitstatus.conflicts}') == '{RED}×1{RESET}'