Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

Commit 593bbda

Browse files
committed
Fix test
1 parent 06b1cb5 commit 593bbda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/OperationValidation/Test/OperationValidation.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Describe "OperationValidation Module Tests" {
9292
}
9393
It "Can get the latest version of a module if no version is specified" {
9494
$tests = Get-OperationValidation -ModuleName VersionedModule
95-
$tests.Version | Should be [Version]'2.0.0'
95+
$tests.Version | Should be ([Version]'2.0.0')
9696
}
9797
It "Formats the output appropriately" {
9898
$output = Get-OperationValidation -modulename OperationValidation | out-string -str -width 210|?{$_}

0 commit comments

Comments
 (0)