Skip to content

Commit 2106c0a

Browse files
committed
Fixed broken test
1 parent 02416ae commit 2106c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GitVersionCore.Tests/ConfigReaderTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ public void CanReadDefaultDocument()
3131
config.AssemblyVersioningScheme.ShouldBe(AssemblyVersioningScheme.MajorMinorPatch);
3232
config.DevelopBranchTag.ShouldBe("unstable");
3333
config.ReleaseBranchTag.ShouldBe("beta");
34-
config.TagPrefix.ShouldBe("v");
34+
config.TagPrefix.ShouldBe("[vV]");
3535
}
3636
}

0 commit comments

Comments
 (0)