Skip to content

Commit e736e14

Browse files
HHobeckarturcic
andauthored
Update src/GitVersion.Core.Tests/IntegrationTests/PullRequestScenarios.cs
Co-authored-by: Artur <[email protected]>
1 parent f93ed39 commit e736e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitVersion.Core.Tests/IntegrationTests/PullRequestScenarios.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public void EnsurePullRequestWithIncrementMajorOnMainAndMinorOnFeatureBranch()
2020
.WithIncrement(IncrementStrategy.Minor)
2121
).Build();
2222

23-
using var fixture = new EmptyRepositoryFixture("main");
23+
using var fixture = new EmptyRepositoryFixture();
2424

2525
fixture.MakeACommit("A");
2626

0 commit comments

Comments
 (0)