Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-hughes committed Jan 31, 2025
1 parent 00b37df commit a755107
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Integration/DSC_VMHost_set.config.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ configuration DSC_VMHost_Set_Config
$EnableEnhancedSessionMode
)

Import-DscResource -ModuleName 'xHyperV'
Import-DscResource -ModuleName 'HyperVDsc'

node localhost {
VMHost Integration_Test {
Expand Down
2 changes: 1 addition & 1 deletion tests/Integration/DSC_VMProcessor_set.config.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ configuration DSC_VMProcessor_Set_Config {
Import-DscResource -ModuleName 'HyperVDsc'

node localhost {
xVMProcessor Integration_Test {
VMProcessor Integration_Test {
VMName = $Node.VMName
CompatibilityForMigrationEnabled = $Node.CompatibilityForMigrationEnabled
CompatibilityForOlderOperatingSystemsEnabled = $Node.CompatibilityForOlderOperatingSystemsEnabled
Expand Down

0 comments on commit a755107

Please sign in to comment.