Skip to content

Commit d15283e

Browse files
committed
Fixes broken unit test
1 parent 67f7f29 commit d15283e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitVersionExe.Tests/ArgumentParserTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ public void CreateMulitpleAssemblyInfoProtected(string command)
320320
exception.Message.ShouldBe("Can't specify multiple assembly info files when using /ensureassemblyinfo switch, either use a single assembly info file or do not specify /ensureassemblyinfo and create assembly info files manually");
321321
}
322322

323-
[TestCase("-updateProjectFiles Assembly.csproj Assembly1.csproj -ensureassemblyinfo")]
323+
[TestCase("-updateProjectFiles Assembly.csproj -ensureassemblyinfo")]
324324
public void UpdateProjectInfoWithEnsureAssemblyInfoProtected(string command)
325325
{
326326
var exception = Assert.Throws<WarningException>(() => argumentParser.ParseArguments(command));

0 commit comments

Comments
 (0)