We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f93ed39 commit e736e14Copy full SHA for e736e14
src/GitVersion.Core.Tests/IntegrationTests/PullRequestScenarios.cs
@@ -20,7 +20,7 @@ public void EnsurePullRequestWithIncrementMajorOnMainAndMinorOnFeatureBranch()
20
.WithIncrement(IncrementStrategy.Minor)
21
).Build();
22
23
- using var fixture = new EmptyRepositoryFixture("main");
+ using var fixture = new EmptyRepositoryFixture();
24
25
fixture.MakeACommit("A");
26
0 commit comments