Skip to content

Commit 9ab8a3d

Browse files
Update jumpcloud-ADMU/Powershell/Tests/Migration.Tests.ps1 [skip ci]
Co-authored-by: Joe Workman <54448601+jworkmanjc@users.noreply.github.com>
1 parent 61e0662 commit 9ab8a3d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jumpcloud-ADMU/Powershell/Tests/Migration.Tests.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ function Enable-TestNameAsVariablePlugin {
1212
$state.Plugin += New-PluginObject @PluginParams
1313
}
1414
}
15-
15+
# Add test name as variable
16+
# https://github.com/pester/Pester/issues/1611
1617
BeforeAll {
1718
# import build variables for test cases
1819
write-host "Importing Build Variables:"

0 commit comments

Comments
 (0)