Skip to content

Commit 4b2b7bc

Browse files
Drop the GUID from the Pester requirement
The GUID pins module identity (precise pinning), a stricter control than the lock-to-major risk appetite. Keep only the version range.
1 parent e523a03 commit 4b2b7bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/PSModuleTest.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Requires -Modules @{ ModuleName = 'Pester'; ModuleVersion = '6.0.0'; MaximumVersion = '6.*'; GUID = 'a699dea5-2c73-4616-a270-1f7abb777e71' }
1+
#Requires -Modules @{ ModuleName = 'Pester'; ModuleVersion = '6.0.0'; MaximumVersion = '6.*' }
22

33
[Diagnostics.CodeAnalysis.SuppressMessageAttribute(
44
'PSReviewUnusedParameter', '',

0 commit comments

Comments
 (0)