We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 889dc5b commit c0994afCopy full SHA for c0994af
tests/ConsoleAppFramework.GeneratorTests/RunTest.cs
@@ -23,7 +23,7 @@ public void SyncRun()
23
[Fact]
24
public void SyncRunShouldFailed()
25
{
26
- verifier.Error("ConsoleApp.Run(args, (int x) => { Console.Write((x)); });", "--x").Should().Contain("Argument 'x' parse failed.");
+ verifier.Error("ConsoleApp.Run(args, (int x) => { Console.Write((x)); });", "--x").Should().Contain("Argument 'x' failed to parse");
27
}
28
29
0 commit comments