Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
neuecc committed Jun 3, 2024
1 parent 889dc5b commit c0994af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ConsoleAppFramework.GeneratorTests/RunTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public void SyncRun()
[Fact]
public void SyncRunShouldFailed()
{
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");
}

[Fact]
Expand Down

0 comments on commit c0994af

Please sign in to comment.