Skip to content

Commit 253b59b

Browse files
committed
Removed comments and testing edits
1 parent ace3beb commit 253b59b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Tests/PoshServiceNow.Tests.ps1

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
<#
2-
$moduleRoot = Split-Path -Parent $MyInvocation.MyCommand.Path
3-
$ModuleName = "PoshServiceNow"
4-
#>
5-
61
$projectRoot = Resolve-Path "$PSScriptRoot\.."
72
$moduleRoot = Split-Path (Resolve-Path "$projectRoot\*\*.psd1")
83
$moduleName = Split-Path $moduleRoot -Leaf
@@ -61,8 +56,7 @@ Describe "ServiceNow-Module" {
6156
-Comment "Comment" -ConfigurationItem $defaults.TestConfigurationItem `
6257
-Caller $defaults.TestUser
6358

64-
# $TestTicket.short_description | Should be "Testing with Pester"
65-
"Testing with Pester" | Should be "Testing with Pester"
59+
$TestTicket.short_description | Should be "Testing with Pester"
6660
}
6761

6862
It "Get-ServiceNowTable works" {

0 commit comments

Comments
 (0)