vexx32 / PSKoans

A simple, fun, and interactive way to learn the PowerShell language through Pester unit testing.
GNU General Public License v3.0
1.73k stars 176 forks source link

Two typos in koan AboutCsvCmdlets #439

Closed peetrike closed 3 years ago

peetrike commented 3 years ago

Describe "Koan Bug, Issue, or Help Request"

The It block

Context "The Problematic Assertions"

  1. The following line should use correct delimiter: https://github.com/vexx32/PSKoans/blob/120a6eab49c2da9c5357903859e7cc6d8b713819/PSKoans/Koans/Cmdlets%202/AboutCsvCmdlets.Koans.ps1#L88

  2. The following line should have -NoTypeInformation added to Export-Csv: https://github.com/vexx32/PSKoans/blob/120a6eab49c2da9c5357903859e7cc6d8b713819/PSKoans/Koans/Cmdlets%202/AboutCsvCmdlets.Koans.ps1#L96

Context "Your Attempts"

Context "Additional Information"