Skip to content

Commit f920e0a

Browse files
committed
fix modified test
1 parent 07bf7e1 commit f920e0a

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", config);
69+
fixture.AssertFullSemver("0.1.0-1+0");
7070
}
7171

7272
[Test]

0 commit comments

Comments
 (0)