Skip to content

Commit 4e977ad

Browse files
authored
xFailoverCluster: Removed Byte Order Mark (BOM) from script file (dsccommunity#130)
- Changes to xFailoverCluster - Removed Byte Order Mark (BOM) from the file; MSFT_xWaitForCluster.Tests.ps1.
1 parent 8cd78ce commit 4e977ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
- Opt-in for script files common tests ([issue #121](https://github.com/PowerShell/xFailOverCluster/issues/121)).
1414
- Removed Byte Order Mark (BOM) from the files; CommonResourceHelper.Tests.ps1,
1515
MSFT\_xCluster.Tests.ps1, MSFT\_xClusterDisk.Tests.ps1,
16-
MSFT\_xClusterPreferredOwner.Tests.ps1.
16+
MSFT\_xClusterPreferredOwner.Tests.ps1, MSFT_xWaitForCluster.Tests.ps1.
1717
- Changes to xClusterDisk
1818
- Enabled localization for all strings ([issue #84](https://github.com/PowerShell/xFailOverCluster/issues/84)).
1919
- Fixed the OutputType data type that was not fully qualified.

Tests/Unit/MSFT_xWaitForCluster.Tests.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$script:DSCModuleName = 'xFailOverCluster'
1+
$script:DSCModuleName = 'xFailOverCluster'
22
$script:DSCResourceName = 'MSFT_xWaitForCluster'
33

44
#region HEADER

0 commit comments

Comments
 (0)