Skip to content

Commit 7365bce

Browse files
committed
fix modified test
1 parent f920e0a commit 7365bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitVersionCore.Tests/IntegrationTests/OtherScenarios.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public void AllowHavingMainInsteadOfMaster()
6666
Commands.Checkout(fixture.Repository, fixture.Repository.CreateBranch("main"));
6767
fixture.Repository.Branches.Remove(fixture.Repository.Branches["master"]);
6868

69-
fixture.AssertFullSemver("0.1.0-1+0");
69+
fixture.AssertFullSemver("0.1.0+0");
7070
}
7171

7272
[Test]

0 commit comments

Comments
 (0)