Skip to content

Commit

Permalink
[build] fix licenceUrl check
Browse files Browse the repository at this point in the history
  • Loading branch information
mazzy-ax committed Jan 8, 2019
1 parent 5bf3078 commit 2ab4717
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Tests/manifest-nuspec.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,4 @@ Describe 'Nuget specification tests' -Tag Meta {
$nuspec.package.metadata.projectUrl | Should -Be $manifest.PrivateData.PSData.ProjectUri
}

It 'nuspec and manifest licenseUrl notes are same' {
$nuspec.package.metadata.licenseUrl | Should -Be $manifest.PrivateData.PSData.LicenseUri
}

}

0 comments on commit 2ab4717

Please sign in to comment.