Skip to content

Commit cfd1b07

Browse files
committed
Commit passing test, for GitTools#313
1 parent 653debb commit cfd1b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitVersionExe.Tests/ArgumentParserTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public void Output_buildserver_can_be_parsed()
144144
public void Output_props_can_be_parsed()
145145
{
146146
var arguments = ArgumentParser.ParseArguments("targetDirectoryPath -output props");
147-
arguments.Output.ShouldBe(OutputType.Json);
147+
arguments.Output.ShouldBe(OutputType.Props);
148148
}
149149

150150
[Test]

0 commit comments

Comments
 (0)