Skip to content

Commit

Permalink
Update src/GitVersion.Core.Tests/IntegrationTests/VersionInMergedBran…
Browse files Browse the repository at this point in the history
…chNameScenarios.cs

Co-authored-by: Asbjørn Ulsberg <asbjorn@ulsberg.no>
  • Loading branch information
2 people authored and arturcic committed Apr 5, 2023
1 parent 907579c commit 3795785
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public void DoesNotTakeVersionFromNameOfNonReleaseBranch()

[TestCase("release")]
[TestCase("hotfix")]
public void DoesNotTakeVersionFromNameWhenItHasBeenAccidentalSpecifiedInBranch(string branch)
public void DoesNotTakeVersionFromBranchWithAccidentalVersion(string branch)
{
using var fixture = new EmptyRepositoryFixture("main");

Expand Down

0 comments on commit 3795785

Please sign in to comment.