xDnsRecordMx: Unit test missing Mock #204
Labels
good first issue
The issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHub
tests
The issue or pull request is about tests only.
Details of the scenario you tried and the problem that is occurring
Cannot throw Get-DnsServerResourceRecord Stub call, as it seems one of the MSFT_xDnsRecordMx\Set-TargetResource tests may not have mocked it.
Verbose logs showing the problem
Suggested solution to the issue
Verify that a mock for Get-DnsServerResourceRecord exists within the scope of the test (prior to being called) at line 156
The text was updated successfully, but these errors were encountered: