Skip to content
This repository has been archived by the owner on Sep 16, 2022. It is now read-only.

Commit

Permalink
updated Pester test
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhitsolutions committed Feb 5, 2018
1 parent 077f8fa commit 79e3f9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/MyTasks.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ InModuleScope MyTasks {
Describe "The module" {

$theModule = get-module -name mytasks
It "Should have 11 functions" {
$theModule.exportedfunctions.count | should be 11
It "Should have 14 functions" {
$theModule.exportedfunctions.count | should be 14
}

It "Should have 8 aliases command" {
Expand Down

0 comments on commit 79e3f9a

Please sign in to comment.