Skip to content

Commit 6f58d06

Browse files
committed
Add SnapshotIsolation property to Test-TargetResource tests
1 parent 372576d commit 6f58d06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Unit/DSC_SqlDatabase.Tests.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@ Describe 'SqlDatabase\Test-TargetResource' {
385385
CompatibilityLevel = 'Version130'
386386
RecoveryModel = 'Full'
387387
OwnerName = 'sa'
388+
SnapshotIsolation = $true
388389
}
389390
}
390391
}
@@ -437,6 +438,7 @@ Describe 'SqlDatabase\Test-TargetResource' {
437438
CompatibilityLevel = 'Version130'
438439
RecoveryModel = 'Full'
439440
OwnerName = 'sa'
441+
SnapshotIsolation = $true
440442
}
441443
}
442444
}

0 commit comments

Comments
 (0)