Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaranionjc committed Nov 8, 2023
1 parent 455fe55 commit b1de6f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tools/ModuleValidation.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Describe 'Validate Module versions' -Tag:("Module_Version"){
$DiGalleryVersion | Should -BeGreaterThan $DiGalleryVersion
}
'patch' {
#Test
$V1LocalVersion.Build | Should -Be ($v1GalleryVersion.Build + 1)
$V2LocalVersion.Build | Should -Be ($v2GalleryVersion.Build + 1)
$DiLocalVersion.Build | Should -Be ($DiGalleryVersion.Build + 1)
Expand Down

0 comments on commit b1de6f7

Please sign in to comment.