Skip to content

Commit

Permalink
change to copyright (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryfu-msft committed Apr 11, 2022
1 parent b375034 commit bf4d9db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public void ParseExeInstallerFile()
Assert.AreEqual("WingetCreateTestExeInstaller", manifests.DefaultLocaleManifest.PackageName);
Assert.AreEqual("Microsoft Corporation", manifests.DefaultLocaleManifest.Publisher);
Assert.AreEqual("MicrosoftCorporation.WingetCreateTestExeInstaller", manifests.VersionManifest.PackageIdentifier);
Assert.AreEqual("Microsoft Copyright", manifests.DefaultLocaleManifest.License);
Assert.AreEqual("Microsoft Copyright", manifests.DefaultLocaleManifest.Copyright);
Assert.AreEqual(InstallerType.Exe, manifests.InstallerManifest.Installers.First().InstallerType);
}

Expand Down

0 comments on commit bf4d9db

Please sign in to comment.