Skip to content
This repository was archived by the owner on Feb 24, 2021. It is now read-only.

Commit 1bf411b

Browse files
committed
Pestertest names modified
1 parent d085136 commit 1bf411b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/Unit/DscResource.AnalyzerRules.Tests.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3316,7 +3316,7 @@ Describe 'Measure-Keyword' {
33163316
}
33173317

33183318
Context 'When keyword does not contain upper case letters' {
3319-
It 'Should not return error record' {
3319+
It 'Should not return an error record' {
33203320
$definition = '
33213321
function Test
33223322
{
@@ -3357,7 +3357,7 @@ Describe 'Measure-Keyword' {
33573357
}
33583358

33593359
Context 'When keyword does not contain upper case letters' {
3360-
It 'Should not return error record' {
3360+
It 'Should not return an error record' {
33613361
$definition = '
33623362
function Test
33633363
{

0 commit comments

Comments
 (0)