Skip to content

Commit ffdbf38

Browse files
Fix Get-EnvironmentPath typo in test context label
1 parent 3b3df9a commit ffdbf38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/PATH.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#Requires -Modules @{ ModuleName = 'Pester'; ModuleVersion = '6.0.0'; MaximumVersion = '6.*' }
22

33
Describe 'PATH' {
4-
Context 'Function: Get-EnvironemntPath' {
4+
Context 'Function: Get-EnvironmentPath' {
55
Context 'CurrentUser' {
66
It 'Should not throw' {
77
$result = Get-EnvironmentPath

0 commit comments

Comments
 (0)