Skip to content

Commit 8a866a5

Browse files
authored
test: Fix failure caused by 1.0 assembly renaming (#1777)
It appears it wasn't detected because it was skipped in CI, etc. The test run via `dotnet test` was now reporting failures.
1 parent 4316fe8 commit 8a866a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/CSharpier.Cli.Tests/CliTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ public async Task Format_Should_Return_Error_When_No_DirectoryOrFile_And_Not_Pip
300300
{
301301
ArgumentList =
302302
{
303-
Path.Combine(Directory.GetCurrentDirectory(), "dotnet-csharpier.dll"),
303+
Path.Combine(Directory.GetCurrentDirectory(), "CSharpier.dll"),
304304
"format",
305305
},
306306
RedirectStandardInput = false,

0 commit comments

Comments
 (0)