Skip to content

Commit 73e8c09

Browse files
Apply suggestion from @jjonescz
Co-authored-by: Jan Jones <[email protected]>
1 parent 3c4ec5f commit 73e8c09

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

test/dotnet.Tests/CommandTests/Run/RunFileTests.cs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -225,16 +225,6 @@ Release config
225225
Hello from Program
226226
Release config
227227
""");
228-
229-
new DotnetCommand(Log, "Program.cs", "arg1", "arg2")
230-
.WithWorkingDirectory(testInstance.Path)
231-
.Execute()
232-
.Should().Pass()
233-
.And.HaveStdOut("""
234-
echo args:arg1;arg2
235-
Hello from Program
236-
Release config
237-
""");
238228
}
239229

240230
/// <summary>

0 commit comments

Comments
 (0)