Skip to content

Commit f90db8e

Browse files
committed
Moved test to the correct module
1 parent a5f1a1f commit f90db8e

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

src/Users.Functions/Users.Functions/test/v1.0/Get-MgUserDelta.Tests.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,7 @@ Describe 'Get-MgUserDelta' {
1515
It 'Delta1' -skip {
1616
{ throw [System.NotImplementedException] } | Should -Not -Throw
1717
}
18+
It 'ShouldNotThrowExceptionWhenAllParameterIsSpecified' {
19+
{ Get-MgUserDelta -All } | Should -Not -Throw
20+
}
1821
}

src/Users/Users/test/v1.0/Get-MgUserDelta.Tests.ps1

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)