Skip to content

Commit

Permalink
version 16
Browse files Browse the repository at this point in the history
  • Loading branch information
sarav921spec committed Sep 4, 2024
1 parent e6b83a0 commit f683190
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/Unit/DSC_SqlSetup.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -1947,6 +1947,10 @@ Describe 'SqlSetup\Test-TargetResource' -Tag 'Test' {
}
}

Mock -CommandName Get-FilePathMajorVersion -MockWith {
return '16'
}

Mock -CommandName Get-FilePathMajorVersion -MockWith {
return '15'
}
Expand Down

0 comments on commit f683190

Please sign in to comment.