Skip to content

Commit 137647f

Browse files
HHobeckasbjornu
andauthored
Update src/GitVersion.Core.Tests/IntegrationTests/VersionInMergedBranchNameScenarios.cs
Co-authored-by: Asbjørn Ulsberg <[email protected]>
1 parent 907579c commit 137647f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public void DoesNotTakeVersionFromNameOfNonReleaseBranch()
2828

2929
[TestCase("release")]
3030
[TestCase("hotfix")]
31-
public void DoesNotTakeVersionFromNameWhenItHasBeenAccidentalSpecifiedInBranch(string branch)
31+
public void DoesNotTakeVersionFromBranchWithAccidentalVersion(string branch)
3232
{
3333
using var fixture = new EmptyRepositoryFixture("main");
3434

0 commit comments

Comments
 (0)