Skip to content

Commit

Permalink
Merge pull request #85 from TrimarcJake/main
Browse files Browse the repository at this point in the history
Removed Unnecessary W in HellowWorld
  • Loading branch information
techthoughts2 authored Jun 24, 2024
2 parents 776ae0b + 3da64d2 commit 665c25f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ InModuleScope '<%=$PLASTER_PARAM_ModuleName%>' {
} #it

} #context_Success
} #describe_Get-HellowWorld
} #inModule
} #describe_Get-HelloWorld
} #inModule
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 665c25f

Please sign in to comment.