Skip to content

Commit 62a19d8

Browse files
committed
Update SqlDatabasePermission.Set() test to verify Modify() is called
1 parent e57e785 commit 62a19d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/Classes/SqlDatabasePermission.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1027,7 +1027,7 @@ Describe 'SqlDatabasePermission\Set()' -Tag 'Set' {
10271027
}
10281028
}
10291029

1030-
It 'Should not call method Modify()' {
1030+
It 'Should call method Modify()' {
10311031
InModuleScope -ScriptBlock {
10321032
$script:mockSqlDatabasePermissionInstance.Set()
10331033

0 commit comments

Comments
 (0)