Skip to content

Commit

Permalink
fix(test_main.py): fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
hemanialaparthi committed Dec 5, 2024
1 parent 1116043 commit 606fb81
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,8 @@ def test_run_default_mark_exitcode():
result = runner.invoke(main.cli, ["run", ".", "--mark"])
assert result.exit_code != 0

<<<<<<< HEAD
=======

>>>>>>> b281ca4 (fix(test_main.py): fix linting issues)
# }}}

0 comments on commit 606fb81

Please sign in to comment.