Skip to content

Commit

Permalink
Fixed errors in Test Harness mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
NikCharlebois committed Jul 12, 2019
1 parent 16f20b4 commit 5c20ec3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Describe -Name $Global:DscHelper.DescribeHeader -Fixture {

}

Mock -CommandName MSCloudLogin -MockWith {
Mock -CommandName Test-MSCloudLogin -MockWith {

}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Describe -Name $Global:DscHelper.DescribeHeader -Fixture {

}

Mock -CommandName MSCloudLogin -MockWith {
Mock -CommandName Test-MSCloudLogin -MockWith {

}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Describe -Name $Global:DscHelper.DescribeHeader -Fixture {

}

Mock -CommandName MSCloudLogin -MockWith {
Mock -CommandName Test-MSCloudLogin -MockWith {

}

Expand Down

0 comments on commit 5c20ec3

Please sign in to comment.