Skip to content

Commit

Permalink
SqlRs: Clearer test naming (#1874)
Browse files Browse the repository at this point in the history
  • Loading branch information
shurick81 authored Mar 12, 2023
1 parent 54b66c6 commit 13400a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `Install-SqlDscServer`
- The parameter `SqlSysAdminAccounts` is no longer mandatory to allow
installation where the database engine is not installed.
- `SqlRS`
- Test renamed to `When Reports virtual directory is different` so it is more correct and not a duplicate

## [16.1.0] - 2023-02-28

Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/DSC_SqlRS.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -1134,7 +1134,7 @@ Describe 'SqlRS\Test-TargetResource' -Tag 'Test' {
}
}

Context 'When Report Server virtual directory is different' {
Context 'When Reports virtual directory is different' {
BeforeAll {
Mock -CommandName Get-TargetResource -MockWith {
return @{
Expand Down

0 comments on commit 13400a6

Please sign in to comment.