Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updating spacing per linting test.
Adding a second blank line after the newly added test case.
  • Loading branch information
jcole-crowdstrike committed Mar 1, 2024
commit 827e986ec686b168e65f3bbad526d6a863191031
1 change: 1 addition & 0 deletions test/test_remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -1018,6 +1018,7 @@ def test_fetch_unsafe_branch_name(self, rw_repo, remote_repo):
# Cleanup branch
Head.delete(remote_repo, bad_branch_name)


class TestTimeouts(TestBase):
@with_rw_repo("HEAD", bare=False)
def test_timeout_funcs(self, repo):
Expand Down