File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 11import-module - name .\commitfusion.psd1
22import-module - name .\tools\GLIPParagraph\Write-GLIPParagraph .psm1
33
4-
54BeforeAll {
65 $Notes = @ ()
76 for ($x = -1 ; $x -lt $randomNotes ; $x ++ ) {
87 $Notes += Write-GLIPParagraph - Length (get-random - minimum 10 - maximum 20 )
98 }
10- $FeatureAddtions = @ ()
9+ $FeatureAdditions = @ ()
1110 for ($x = -1 ; $x -lt $randomNotes ; $x ++ ) {
12- $FeatureAddtions += Write-GLIPParagraph - Length (get-random - minimum 10 - maximum 20 )
11+ $FeatureAdditions += Write-GLIPParagraph - Length (get-random - minimum 10 - maximum 20 )
1312 }
1413 $BugFixes = @ ()
1514 for ($x = -1 ; $x -lt $randomNotes ; $x ++ ) {
@@ -28,7 +27,7 @@ BeforeAll {
2827 Scope = " test"
2928 Description = " test"
3029 Notes = " test"
31- FeatureAddtions = $FeatureAddtions
30+ FeatureAdditions = $FeatureAdditions
3231 BugFixes = $BugFixes
3332 FeatureNotes = $FeatureNotes
3433 BreakingChanges = $BreakingChanges
You can’t perform that action at this time.
0 commit comments