Skip to content

Commit 1419503

Browse files
committed
Updated test
1 parent 3dd94f8 commit 1419503

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

powershell/test.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ $Error.clear()
1212
. "$PSScriptRoot\anagrams.ps1" rats |
1313
Compare-Object (Get-Content "$PSScriptRoot\..\test\rats_heap_expected") |
1414
Assert-MatchTests &&
15+
. "$PSScriptRoot\clockhands_getdate.ps1" |
16+
Compare-Object (Get-Content "$PSScriptRoot\..\test\clockhands_expected") |
17+
Assert-MatchTests &&
1518
. "$PSScriptRoot\clockhands.ps1" |
1619
Compare-Object (Get-Content "$PSScriptRoot\..\test\clockhands_expected") |
1720
Assert-MatchTests &&

0 commit comments

Comments
 (0)