From a0c074800bc223ab79c78626c0f1088dfeda2994 Mon Sep 17 00:00:00 2001 From: KarolKaczmarek Date: Mon, 1 Aug 2016 13:06:02 -0700 Subject: [PATCH] Removing incorrect mock instructions. Fixes #160 --- Tests.Template/unit_template.ps1 | 2 -- 1 file changed, 2 deletions(-) diff --git a/Tests.Template/unit_template.ps1 b/Tests.Template/unit_template.ps1 index 57941845..243330b6 100644 --- a/Tests.Template/unit_template.ps1 +++ b/Tests.Template/unit_template.ps1 @@ -44,8 +44,6 @@ try # TODO: Optionally create any variables here for use by your tests # See https://github.com/PowerShell/xNetworking/blob/dev/Tests/Unit/MSFT_xDhcpClient.Tests.ps1 - # Mocks that should be applied to all cmdlets being tested may - # also be created here if required. #endregion Pester Test Initialization