Skip to content

Commit

Permalink
Temporarily fix defaultBranch to master
Browse files Browse the repository at this point in the history
  • Loading branch information
foriequal0 committed Dec 28, 2024
1 parent 40d6069 commit 2ef6de3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ use fixture::{rc, Fixture};
fn fixture() -> Fixture {
rc().append_fixture_trace(
r#"
git init origin
# temporarily fixed to old name pass tests on macOS
git init origin --initial-branch master
origin <<EOF
git config user.name "UpstreamTest"
git config user.email "upstream@test"
Expand Down

0 comments on commit 2ef6de3

Please sign in to comment.