Update test fixture
This commit is contained in:
parent
ba79823749
commit
02f0ffd558
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@ def before_after_all():
|
||||||
assert not repo.is_dirty(untracked_files=True)
|
assert not repo.is_dirty(untracked_files=True)
|
||||||
|
|
||||||
# Create a new default branch for the test run
|
# Create a new default branch for the test run
|
||||||
|
repo.remotes.origin.fetch()
|
||||||
repo.git.checkout("master")
|
repo.git.checkout("master")
|
||||||
repo.git.checkout("HEAD", b=NOT_BASE_BRANCH)
|
repo.git.checkout("HEAD", b=NOT_BASE_BRANCH)
|
||||||
create_tracked_change()
|
create_tracked_change()
|
||||||
|
|
Loading…
Reference in a new issue