Fix comments

This commit is contained in:
MaksimZhukov
2020-07-02 15:21:49 +03:00
parent 85b3f1af5d
commit 51d1b9ae5c
3 changed files with 6 additions and 2 deletions

View File

@@ -14,7 +14,6 @@ Describe "Validate-FiltersFormat" {
It "Valid filters" {
{ Validate-FiltersFormat -Filters @("*", "1", "1.*", "1.2", "1.2.*") } | Should -Not -Throw "Invalid filter format"
}
}
Describe "Format-Versions" {