Skip to content

Commit 4e93eac

Browse files
committed
Remvoe a line for the test that was for debugging
1 parent f4c42b8 commit 4e93eac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/dotnet.Tests/CommandTests/NuGet/GivenANuGetCommand.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ public void ItCanUpdatePackages()
171171
.Pass()
172172
.And.NotHaveStdErr();
173173

174-
_ = listPackageCommandResult.StdOut;
175174
var updatedPackageVersionString = JObject.Parse(listPackageCommandResult.StdOut)
176175
.SelectToken("$.projects[0].frameworks[0].topLevelPackages[?(@.id == 'dotnet-hello')].requestedVersion")
177176
.ToString();

0 commit comments

Comments
 (0)