Skip to content

Mocking bug fix#209

Merged
dlwyatt merged 1 commit intopester:masterfrom
dlwyatt:MockBugFix
Sep 4, 2014
Merged

Mocking bug fix#209
dlwyatt merged 1 commit intopester:masterfrom
dlwyatt:MockBugFix

Conversation

@dlwyatt
Copy link
Copy Markdown
Member

@dlwyatt dlwyatt commented Sep 4, 2014

Mocking functions with no param block (or mocking executables) was producing single-element $args array, where the element was itself another array. Not sure why; PowerShell's @() operator is not supposed to do that, but the code has been updated to work properly now.

Mocking functions with no param block (or mocking executables) was producing single-element $args array, where the element was itself another array.  Not sure why; PowerShell's @() operator is not supposed to do that, but the code has been updated to work properly now.
dlwyatt added a commit that referenced this pull request Sep 4, 2014
@dlwyatt dlwyatt merged commit 8f2e652 into pester:master Sep 4, 2014
@dlwyatt dlwyatt deleted the MockBugFix branch September 4, 2014 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant