Skip to content

Commit 4276bdb

Browse files
author
jhampson-dbre
authored
Update Helper.Tests.ps1
Fix typo on HelperModule import
1 parent b49736d commit 4276bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/PesterTask/test/PesterTask/Helper.Tests.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Describe "Testing Helper Functions" {
33

44
BeforeAll {
5-
Import-Module -Name (Resolve-Path "$PSScriptRoot/../../PesterV9/HelperModule.psm1") -Forc
5+
Import-Module -Name (Resolve-Path "$PSScriptRoot/../../PesterV9/HelperModule.psm1") -Force
66
}
77
Context "Testing Get-HashtableFromString" {
88

0 commit comments

Comments
 (0)