Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Update test expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwannheden committed May 22, 2024
1 parent da6d5e6 commit 1b1f464
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ void simple() {
r -> assertThat(r.getProjectFile()).isEqualTo("foo.csproj")
);
assertThat(rows.stream().map(r -> r.getPackageId() + ':' + r.getVersion())).containsExactly(
"Microsoft.Build:17.10.0-preview-24081-01",
"Microsoft.Build.Framework:17.10.0-preview-24081-01",
"Microsoft.NET.StringTools:17.10.0-preview-24081-01",
"Microsoft.Build:17.10.4",
"Microsoft.Build.Framework:17.10.4",
"Microsoft.NET.StringTools:17.10.4",
"System.Collections.Immutable:8.0.0",
"System.Configuration.ConfigurationManager:8.0.0",
"System.Diagnostics.EventLog:8.0.0",
Expand All @@ -54,7 +54,7 @@ void simple() {
"System.Security.Principal.Windows:5.0.0",
"System.Threading.Tasks.Dataflow:8.0.0",
"Microsoft.Build.Locator:1.7.8",
"NuGet.Protocol:6.9.1"
"NuGet.Protocol:6.10.0"
);
}),
xml(
Expand Down

0 comments on commit 1b1f464

Please sign in to comment.