Remove a invalid TC to Fix issue of Update-TypeData

This commit is contained in:
TingLiu6 2016-05-29 23:48:10 -07:00
parent a48fef48e0
commit 23f843f76a

View file

@ -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"