Skip to content

Commit e008f44

Browse files
authored
Update Prerequisites.Tests.ps1
1 parent 38a7777 commit e008f44

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Part III/Automating Operating System Installs/Prerequisites.Tests.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ describe 'Automating Operating System Install Prerequisites' {
22

33
$isosPath = 'C:\PowerLab\ISOs'
44
$windowsIsoPath = "$isosPath\en_windows_server_2016_x64_dvd_9718492.iso"
5-
$convertWimImageScriptPath = 'C:\PowerShellForSysAdmins\Part II\Automating Operating System Installs\Convert-WindowsImage.ps1'
5+
$convertWimImageScriptPath = 'C:\PowerShellForSysAdmins\Part III\Automating Operating System Installs\Convert-WindowsImage.ps1'
66
$vmName = 'LABDC'
77

88
it 'has an ISOs folder created' {
@@ -24,4 +24,4 @@ describe 'Automating Operating System Install Prerequisites' {
2424
it 'has the unattended XML file in the right spot' {
2525
'C:\PowerShellForSysAdmins\Part II\Automating Operating System Installs\LABDC.xml' | should exist
2626
}
27-
}
27+
}

0 commit comments

Comments
 (0)