From 23f843f76a4a6a555f01c5f9364dd7643a4be115 Mon Sep 17 00:00:00 2001 From: TingLiu6 Date: Sun, 29 May 2016 23:48:10 -0700 Subject: [PATCH] Remove a invalid TC to Fix issue of Update-TypeData --- test/powershell/Update-TypeData.Tests.ps1 | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/test/powershell/Update-TypeData.Tests.ps1 b/test/powershell/Update-TypeData.Tests.ps1 index 4c4f0e047..c57d40ec4 100644 --- a/test/powershell/Update-TypeData.Tests.ps1 +++ b/test/powershell/Update-TypeData.Tests.ps1 @@ -1,13 +1,3 @@ -Describe "Update-TypeData" { - - Context "Validate Update-Type updates correctly" { - - It "Should not throw upon reloading previous formatting file" { - { Update-TypeData } | Should Not throw - } - } -} - Describe "Update-TypeData basic functionality" -Tags DRT{ BeforeAll { $testfilename = "testfile.ps1xml"