Skip to content

Commit

Permalink
Fix HellowWorld => HelloWorld
Browse files Browse the repository at this point in the history
  • Loading branch information
TrimarcJake committed Jun 19, 2024
1 parent 4919667 commit ac17f09
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Import-Module $PathToManifest -Force
#-------------------------------------------------------------------------

InModuleScope '<%=$PLASTER_PARAM_ModuleName%>' {
Describe 'Get-HellowWorld Public Function Tests' -Tag Unit {
Describe 'Get-HelloWorld Public Function Tests' -Tag Unit {
BeforeAll {
$WarningPreference = 'SilentlyContinue'
$ErrorActionPreference = 'SilentlyContinue'
Expand All @@ -37,5 +37,5 @@ InModuleScope '<%=$PLASTER_PARAM_ModuleName%>' {
} #it

} #context_Success
} #describe_Get-HellowWorld
} #inModule
} #describe_Get-HelloWorld
} #inModule

0 comments on commit ac17f09

Please sign in to comment.