Skip to content

Commit 3fcf691

Browse files
committed
Fix comment in Parallel Letter Frequency Tests
1 parent 23f5461 commit 3fcf691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/practice/parallel-letter-frequency/ParallelLetterFrequency.tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Describe "ParallelLetterFrequency test cases" {
117117
Test-HashtableEquality $got $want
118118
}
119119

120-
powershell track exclusive test
120+
# powershell track exclusive test
121121
It "massive lorem ipsum texts" {
122122
$texts = @(
123123
"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum." * 237

0 commit comments

Comments
 (0)