dsccommunity / SqlServerDsc

This module contains DSC resources for deployment and configuration of Microsoft SQL Server.
MIT License
360 stars 225 forks source link

SqlAudit: Some bugs in the unit tests #2002

Closed johlju closed 4 months ago

johlju commented 9 months ago

This should not say 'not':

https://github.com/dsccommunity/SqlServerDsc/blob/0ffc7ad9151c0226cb547e4f24509a948b778796/tests/Unit/Classes/SqlAudit.Tests.ps1#L301

This make Compare mock return wrong values:

https://github.com/dsccommunity/SqlServerDsc/blob/0ffc7ad9151c0226cb547e4f24509a948b778796/tests/Unit/Classes/SqlAudit.Tests.ps1#L350-L352

It should return the same as here:

https://github.com/dsccommunity/SqlServerDsc/blob/0ffc7ad9151c0226cb547e4f24509a948b778796/tests/Unit/Classes/SqlAudit.Tests.ps1#L290-L292