Skip to content

Commit

Permalink
undo test
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf authored Oct 22, 2024
1 parent 3b3c4b1 commit c6726e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_github_utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ def test_check_if_file_exists():
from git_bob._github_utilities import check_if_file_exists
assert check_if_file_exists("haesleinhuepf/git-bob", "main", "README.md")
assert not check_if_file_exists("haesleinhuepf/git-bob", "main", "readme2.md")
assert check_if_file_exists("haesleinhuepf/git-bob", "main", "playground/hello_world.txt") # Newly added test condition

0 comments on commit c6726e8

Please sign in to comment.