Skip to content

Commit 9123449

Browse files
Fixed unit test
1 parent 14a3fc3 commit 9123449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GitVersionExe.Tests/HelpWriterTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public void AllArgsAreInHelp()
2424
typeof(Arguments).GetFields()
2525
.Select(p => p.Name)
2626
.Where(p => IsNotInHelp(lookup, p, helpText))
27-
.Except(new[] { "Authentication" })
27+
.Except(new[] { "Authentication", "CommitId" })
2828
.ShouldBeEmpty();
2929
}
3030

0 commit comments

Comments
 (0)