Skip to content

Commit

Permalink
more printing
Browse files Browse the repository at this point in the history
  • Loading branch information
Spitfire1900 committed Jan 1, 2025
1 parent bcc2a49 commit ea71a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_xontrib.py
Original file line number Diff line number Diff line change
Expand Up @@ -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('Printing git status')
print('Printing git status...')
print(git_repo.git.status())
assert PromptFormatter()('{pygitstatus.conflicts}') == '{RED}×1{RESET}'

Expand Down

0 comments on commit ea71a3d

Please sign in to comment.