Skip to content

Commit 9646aa7

Browse files
committed
fix describe
1 parent 70e78ce commit 9646aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UrlQueryStringParser/Tests/ConvertTo-UrlQueryString.tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Import-Module $PSScriptRoot\.. -Force
22

3-
Describe 'ConvertFrom-UrlQueryString functionality' -Tags Unit {
3+
Describe 'ConvertTo-UrlQueryString functionality' -Tags Unit {
44
InModuleScope UrlQueryStringParser {
55
It 'Converts a complex example dict correctly' {
66
$exampleOrderedDict = [ordered] @{

0 commit comments

Comments
 (0)