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 4316fe8 commit 8a866a5Copy full SHA for 8a866a5
Src/CSharpier.Cli.Tests/CliTests.cs
@@ -300,7 +300,7 @@ public async Task Format_Should_Return_Error_When_No_DirectoryOrFile_And_Not_Pip
300
{
301
ArgumentList =
302
303
- Path.Combine(Directory.GetCurrentDirectory(), "dotnet-csharpier.dll"),
+ Path.Combine(Directory.GetCurrentDirectory(), "CSharpier.dll"),
304
"format",
305
},
306
RedirectStandardInput = false,
0 commit comments