Closed johlju closed 3 years ago
When using parameter PesterScript together with a hashtable the following fails:
PesterScript
https://github.com/gaelcolas/Sampler/blob/a8cd70812fb4af5710c19f97d608cc59047ff6fd/.build/tasks/Invoke-Pester.pester.build.ps1#L310
It should be Convert-SamplerHashtableToString and not Convert-HashtableToString.
Convert-SamplerHashtableToString
Convert-HashtableToString
@johlju can this one be closed?
Right. Forgot to auto close it with the PR.
When using parameter
PesterScript
together with a hashtable the following fails:https://github.com/gaelcolas/Sampler/blob/a8cd70812fb4af5710c19f97d608cc59047ff6fd/.build/tasks/Invoke-Pester.pester.build.ps1#L310
It should be
Convert-SamplerHashtableToString
and notConvert-HashtableToString
.