Skip to content

Commit fc5ed40

Browse files
authored
Update test category from 'Device' to 'Devices' for consistency (#1333)
This pull request standardizes the `Category` attribute in multiple PowerShell test scripts by changing its value from `'Device'` to `'Devices'`.
2 parents 4b40653 + b521161 commit fc5ed40

13 files changed

Lines changed: 13 additions & 13 deletions

src/powershell/tests/Test-Assessment.24540.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
function Test-Assessment-24540 {
1010
[ZtTest(
11-
Category = 'Device',
11+
Category = 'Devices',
1212
ImplementationCost = 'Low',
1313
MinimumLicense = ('Intune'),
1414
Pillar = 'Devices',

src/powershell/tests/Test-Assessment.24551.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
function Test-Assessment-24551 {
77
[ZtTest(
8-
Category = 'Device',
8+
Category = 'Devices',
99
ImplementationCost = 'Medium',
1010
MinimumLicense = ('Intune'),
1111
Pillar = 'Devices',

src/powershell/tests/Test-Assessment.24552.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
function Test-Assessment-24552 {
99
[ZtTest(
10-
Category = 'Device',
10+
Category = 'Devices',
1111
ImplementationCost = 'Low',
1212
MinimumLicense = ('Intune'),
1313
Pillar = 'Devices',

src/powershell/tests/Test-Assessment.24553.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
function Test-Assessment-24553 {
77
[ZtTest(
8-
Category = 'Device',
8+
Category = 'Devices',
99
ImplementationCost = 'Medium',
1010
MinimumLicense = ('Intune'),
1111
Pillar = 'Devices',

src/powershell/tests/Test-Assessment.24554.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
function Test-Assessment-24554 {
1010
[ZtTest(
11-
Category = 'Device',
11+
Category = 'Devices',
1212
ImplementationCost = 'Low',
1313
MinimumLicense = ('Intune'),
1414
Pillar = 'Devices',

src/powershell/tests/Test-Assessment.24560.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
function Test-Assessment-24560 {
77
[ZtTest(
8-
Category = 'Device',
8+
Category = 'Devices',
99
ImplementationCost = 'Low',
1010
MinimumLicense = ('Intune'),
1111
Pillar = 'Devices',

src/powershell/tests/Test-Assessment.24561.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
function Test-Assessment-24561 {
77
[ZtTest(
8-
Category = 'Device',
8+
Category = 'Devices',
99
ImplementationCost = 'Low',
1010
MinimumLicense = ('Intune'),
1111
Pillar = 'Devices',

src/powershell/tests/Test-Assessment.24564.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
function Test-Assessment-24564 {
1010
[ZtTest(
11-
Category = 'Device',
11+
Category = 'Devices',
1212
ImplementationCost = 'Low',
1313
MinimumLicense = ('Intune'),
1414
Pillar = 'Devices',

src/powershell/tests/Test-Assessment.24569.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
function Test-Assessment-24569 {
77
[ZtTest(
8-
Category = 'Device',
8+
Category = 'Devices',
99
ImplementationCost = 'Low',
1010
MinimumLicense = ('Intune'),
1111
Pillar = 'Devices',

src/powershell/tests/Test-Assessment.24574.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
function Test-Assessment-24574 {
77
[ZtTest(
8-
Category = 'Device',
8+
Category = 'Devices',
99
ImplementationCost = 'Medium',
1010
MinimumLicense = ('Intune'),
1111
Pillar = 'Devices',

0 commit comments

Comments
 (0)