Skip to content

Commit c0994af

Browse files
committed
t
1 parent 889dc5b commit c0994af

File tree

1 file changed

+1
-1
lines changed
  • tests/ConsoleAppFramework.GeneratorTests

1 file changed

+1
-1
lines changed

tests/ConsoleAppFramework.GeneratorTests/RunTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public void SyncRun()
2323
[Fact]
2424
public void SyncRunShouldFailed()
2525
{
26-
verifier.Error("ConsoleApp.Run(args, (int x) => { Console.Write((x)); });", "--x").Should().Contain("Argument 'x' parse failed.");
26+
verifier.Error("ConsoleApp.Run(args, (int x) => { Console.Write((x)); });", "--x").Should().Contain("Argument 'x' failed to parse");
2727
}
2828

2929
[Fact]

0 commit comments

Comments
 (0)