dsccommunity / FailoverClusterDsc

This module contains DSC resources for deployment and configuration of Windows Server Failover Cluster.
MIT License
60 stars 54 forks source link

xCluster: The Describe-block description is using different quotes #234

Closed johlju closed 4 years ago

johlju commented 4 years ago

The Describe-block in the unit tests in the following locations is using the wrong quotes maing the Tag parameter become part of the description.

https://github.com/dsccommunity/xFailOverCluster/blob/f0a2f0fb632dd035bb53deeb2008d4cf669fec4c/tests/Unit/MSFT_xCluster.Tests.ps1#L573

https://github.com/dsccommunity/xFailOverCluster/blob/f0a2f0fb632dd035bb53deeb2008d4cf669fec4c/tests/Unit/MSFT_xCluster.Tests.ps1#L586