Skip to content

Commit 485bc39

Browse files
committed
Update test now that mock workload manifest has right ID
1 parent bd96af7 commit 485bc39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tests/dotnet-workload-update.Tests/GivenDotnetWorkloadUpdate.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ public void GivenPrintRollbackDefinitionItIncludesAllInstalledManifests()
296296

297297
updateCommand.Execute();
298298
_reporter.Lines.Count().Should().Be(3);
299-
string.Join("", _reporter.Lines).Should().Contain("Sample.json");
299+
string.Join("", _reporter.Lines).Should().Contain("SampleManifest");
300300
}
301301

302302
internal (string, WorkloadUpdateCommand, MockPackWorkloadInstaller, IWorkloadResolver, MockWorkloadManifestUpdater, MockNuGetPackageDownloader) GetTestInstallers(

0 commit comments

Comments
 (0)