diff --git a/test/powershell/Get-Item.Tests.ps1 b/test/powershell/Get-Item.Tests.ps1 index 80f102fb58f..d2b14b74a42 100644 --- a/test/powershell/Get-Item.Tests.ps1 +++ b/test/powershell/Get-Item.Tests.ps1 @@ -8,7 +8,7 @@ Describe "Get-Item" { It "Should return the name of the current working directory when a dot is used" { (Get-Item $here).GetType().BaseType | Should Be 'System.IO.FileSystemInfo' - (Get-Item $here).Name | Should Be 'pester-tests' + (Get-Item $here).Name | Should Be 'powershell' } It "Should return the proper Name and BaseType for directory objects vs file system objects" {