Skip to content

Commit aaabfa8

Browse files
Strip stray BOM/zero-width bytes from tests/PSCustomObject.Tests.ps1
1 parent 51e72a9 commit aaabfa8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/PSCustomObject.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Requires -Modules @{ ModuleName = 'Pester'; ModuleVersion = '6.0.0'; MaximumVersion = '6.*' }
22

3-
[Diagnostics.CodeAnalysis.SuppressMessageAttribute(
3+
[Diagnostics.CodeAnalysis.SuppressMessageAttribute(
44
'PSUseDeclaredVarsMoreThanAssignments', '',
55
Justification = 'Pester grouping syntax: known issue.'
66
)]

0 commit comments

Comments
 (0)