Skip to content

Commit

Permalink
be more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteTomX committed Mar 28, 2021
1 parent 10759fc commit a15243d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Manifest.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Describe 'Module manifest' {
}

It 'Release is tagged with a valid version' @isRelease {
$script:tagVersion | Should Not BeNullOrEmpty
$script:tagVersion | Should -Match "^\d+\.\d+\.\d+$"
$script:tagVersion -as [Version] | Should Not BeNullOrEmpty
}
It 'Release tag equals changelog and manifest version' @isRelease {
Expand Down

0 comments on commit a15243d

Please sign in to comment.